IdentityServer2
IdentityServer2 copied to clipboard
Identity Server as Idp-STS added in ADFS 2.0
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
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