1

I am wanting to use your software ITfoxtec Identity Saml2 to implement SAML2 for multiple IDPs w/ .Net Core 5 MVC

I only see examples for a single configuration within the appsettings.json file and want to know if your software will support multiple configurations and/or how to authenticate from different IDPs.

Thanks for your assistance.

Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25
Jared
  • 11
  • 1

1 Answers1

1

You can implement support for multiple IdPs you self and thereby get around the appsettings.json file problem. I have answered a question about multiple IdPs support. And two related answers multiple tenant and multiple certificates.

Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25