Sriram's WebLog Microsoft solution specialist on web platform, Columbus Ohio

Sriram's WebLog Microsoft solution specialist on web platform, Columbus Ohio

Single Sign-on

Lately I started seeing one of the project requirements is “Single Sign-on”. Though Single Sign-on is great feature, is it possible in all the cases? Here is my understanding on Single Sign-on.


You have different intranet applications and instead of doing authentication and authorization for each application, do the authentication only once and pass the authentication ticket to all the applications and it is up to each of the application to do their own authorization.


If you want do this in your intranet environment with web applications, it is easy enough with your windows authentication and LDAP.Similarly, if you want to do this in internet environment with web applications, it is possible with Passport services. What if I want to use couple of intranet web applications with couple of client/server applications (written in Delphi or Powerbuilder)? Has anybody done like this?

 

Comments

Kent Sharkey said:

As far as mixing Windows and Forms authentication (enabling desktop apps and intranet web apps to share): http://msdn.microsoft.com/asp.net/using/understanding/security/default.aspx?pull=/library/en-us/dnaspp/html/mixedsecurity.asp

As far as multiple intranet apps -- there should be an excellent article by Paul Sheriff on the ASP.NET Developer Center in the next few days (I hope -- finally). Stay tuned.

TTFN - Kent
# February 25, 2004 9:54 AM

Jeff Gonzalez said:

SAML is an emerging standard or recommendation on this.
# February 25, 2004 10:29 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)