IdentityServer / IdentityServer2

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

Identity Server as Idp-STS added in ADFS 2.0 #863

Open divyang4481 opened 8 years ago

divyang4481 commented 8 years ago

I want to use Identity Server as Idp-STS in ADFS 2.0 where my application is use ADFS 2.0 as Federation gate way. how do i configure

My App (Replay party) : http://myApp.mydomain.com ADFs ( Rp-STS) : http://adfs.,mydomain.com/adfs/ls Identityserver v2 (idp-STS) : http://idpsts.anotherdomain/trust

brockallen commented 8 years ago

Your app trusts ADFS. ADFS trusts IdSvr. ADFS uses WS-Fed to connect to IdSvr and in IdSvr you'll need to configure the WS-Fed plugin.

https://github.com/IdentityServer/IdentityServer3.WsFederation/

https://identityserver.github.io/Documentation/docsv2/wsFederation/overview.html