all groups > iis security > july 2005 >
You're in the

iis security

group:

Single SignOn and Integrated Windows Authentication


Single SignOn and Integrated Windows Authentication laxmikanth
7/25/2005 12:00:00 AM
iis security:
Hello,

We have an ASP based web application running on IIS5.0 that relies on
Integrated Windows Authentication for Authentication. This essentially means
we do not have an user management of our own in the application. However, we
have simple role based authorization module based on User identity (or
windows USERID).

We are now looking at options to implement Single SingleOn for this
application and we want to accomplish this with minimal or no changes to the
applciation. Within the SSO framework, this app should be in a position to
accept pre-authenticated tickets from external providers and bypass IIS
authentication requirments.

Is this practically posible? Did someone addresss similar requirements in
the past? What would be a good place for me to start in terms of reading the
relevant literature?

Any help would be greatly appreciated.

thanks,

Re: Single SignOn and Integrated Windows Authentication David Wang [Msft]
7/25/2005 2:18:32 PM
http://blogs.msdn.com/david.wang/archive/2005/07/06/SSO_ISAPI_Considerations_2.aspx

In the terminology of the blog entry -- you basically want a trusted
translator of the pre-authenticated tickets in one fiefdom into NT user
tokens in your ASP web application's fiefdom. The translator is the border
guard on the ASP web application's side of the fence.

Since Integrated authentication is secured against such a security attack,
this is not practically possible.

I suggest Kerberos because it is a widely used standard that IIS/Windows
already supports through Integrate authentication. Otherwise, you will have
to write your own authentication protocol or use someone else's custom
authentication protocol for SSO.

Trying to integrate multiple authentication protocols to achieve SSO is not
secure, by definition.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
[quoted text, click to view]
Hello,

We have an ASP based web application running on IIS5.0 that relies on
Integrated Windows Authentication for Authentication. This essentially means
we do not have an user management of our own in the application. However, we
have simple role based authorization module based on User identity (or
windows USERID).

We are now looking at options to implement Single SingleOn for this
application and we want to accomplish this with minimal or no changes to the
applciation. Within the SSO framework, this app should be in a position to
accept pre-authenticated tickets from external providers and bypass IIS
authentication requirments.

Is this practically posible? Did someone addresss similar requirements in
the past? What would be a good place for me to start in terms of reading the
relevant literature?

Any help would be greatly appreciated.

thanks,


Re: Single SignOn and Integrated Windows Authentication laxmikanth
7/28/2005 12:00:00 AM
Thanks for the explanation.
It helps.

[quoted text, click to view]

AddThis Social Bookmark Button