Idp Initiated sso with Itfoxtec

69 views Asked by At

According to the ItFoxTec documentation, I couldn't find information on implementing IDP-initiated SSO in the library, despite the presence of sample code for SP-initiated SSO. https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/tree/master/test/TestWebApp

1

There are 1 answers

0
Anders Revsgaard On

You are right, IDP-initiated SSO is only documented in code. You can also find a .NET Core version at https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/blob/master/test/TestWebAppCore/Controllers/IdPInitiatedController.cs