IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
409 stars 291 forks source link

Pure Javascript Applications SSO Through Thinktecture Identity Server using ADFS Integration #802

Closed asunilkutty closed 10 years ago

asunilkutty commented 10 years ago

Setup:- User Repository - Active Directory for Internal and External Users ADFS - That connects to both AD Stores.

We are able to achieve SSO for applications that can use WS-Federation using On-Premise setup for ADFS. In this setup the applications receive a SAML token.

But for pure Javascript applications that need to maintain SSO between them, is there a way using Thinktecture Identity Server and use the login page and connect to ADFS to retrieve a JWT token that can be used by the javascript applications?

leastprivilege commented 10 years ago

No. v2 is not designed for that. v3 is - but we are not done yet with ADFS support.