Wednesday, 15 June 2011

c# - Windows Authentication SSO in ASP.NET Remote Web Application -



c# - Windows Authentication SSO in ASP.NET Remote Web Application -

there requirement implement single sign on (sso) in our website users accessing intranet won't have type in credentials.

the problem here website going hosted on internet, on remote server.

is there way can done?

--edit--

i looked @ next link:

http://en.wikipedia.org/wiki/active_directory_federation_services

and illustration scenario mentioned in there require.

here detailed explanation on situation:

there active directory domain controller used authenticate users in intranet.

once user logs machine, , opens remote website, website should somehow verify user logged intranet using advertisement credentials , automatically allow access website.

also, website supposed getting security token can used authenticate user.

of course, example, microsoft's way of doing connecting office365 intranet called active directory federation services.

it (as single sign on solutions) not exclusively straight forward, , assumes domain on intranet, since office365 uses it, , go on supported in future.

c# asp.net active-directory single-sign-on

No comments:

Post a Comment