Hello: I am setting up a new security mechanism on GT4. The flow is going to be: 1. I have my CA. the Client snde its request to the service with its Public Key Certificate. The Client and the Service authenticate each other. 2. the flows goes to excute my security mechanism.only if the request passed this,the flows goes to 3. the request reaches the service and waits for result returned by the service
But in step 3, I want to make an secure comunication between the client and the service. Because I inster step 2, So I don't know how to implement the SSL or message-level security provided by GSI. And as my working flow, can I use the proxy certificate to implement delegation/SSO? Is there correspond API for the questions above? Thanks very much. Nancy.
