0

I can easily associate Thinktecture Authorization Server with Identity Server. Is there a way to associate Authorization Server as a relying party to an Identity Provider that only deals in SAML and not WS-*?

cgipson
  • 378
  • 1
  • 16

1 Answers1

0

Authorization Server uses WIF and WIF doesn't support SAML.

Neither does identityServer.

You could go the route:

Authorization Server --> WS Fed --> ADFS --> SAML --> SAML IDP

or add a SAML stack to Authorization Server. This is non-trivial!

rbrayb
  • 46,440
  • 34
  • 114
  • 174