Re: [Perlgssapi-users] Client/Server Question
Brought to you by:
achimgrolms
From: Achim G. <ac...@gr...> - 2006-10-05 17:19:12
|
On Thursday 05 October 2006 16:17, Massimiliano Masi wrote: > Hi, > > Maybe I've found a solution (with some helps). Doens't matter on which > transport layer we're using. My problem is how to maintain a state. > > So, I can create the context, and receive in the client the > mutual token. The server, before return the mutual token, I do not understand why you want to use mutual authentication (round trip of tokens). If the server's identity is ensured by HTTPS, you dont' need mutual auth, you only meed simple authentication (only one SOAP message). I do not undertstand why you need mutual auth. Achim |