IdentityServer2 icon indicating copy to clipboard operation
IdentityServer2 copied to clipboard

Identity Server as Idp-STS added in ADFS 2.0

Open divyang4481 opened this issue 10 years ago • 1 comments

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

divyang4481 avatar Oct 15 '15 13:10 divyang4481

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

brockallen avatar Oct 15 '15 13:10 brockallen