Re: Single Sign-On Authentication?



The tokes forms a part of SOAP-Header.
I would suggest you read about "RequestSecurityToken" (just google for this
keyword) in Web Services Security (WSSE) specicications.

The official website of WS specifications is http://www.oasis-open.org

--
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------


"Spam Catcher" <spamhoneypot@xxxxxxxxxx> wrote in message
news:Xns97C52FC54D58usenethoneypotrogers@xxxxxxxxxxxx
"Gaurav Vaish \(EduJini.IN\)" <gaurav.vaish.nospam@xxxxxxxxxxxxxxxx>
wrote in news:OWIbDo6dGHA.1856@xxxxxxxxxxxxxxxxxxxx:

Any ideas on how to handle authentication with .NET remoting?

What kind of chanell formatting are you using?
You may stick to SOAP Formatter and use RST/RSTR kind of security
tokens or simple Username/Password ST's for authentication.


I'm using the TCP channel - but I can switch channels.

Simple Username/Password will work fine with me... where would I store the
login token? As a CallContext variable?

Thanks.


.


Loading