Jared
Jared

Reputation: 11

Implement SAML2 for multiple IDPs w/ .Net Core 5 MVC

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.

Upvotes: 1

Views: 693

Answers (1)

Anders Revsgaard
Anders Revsgaard

Reputation: 4334

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.

Upvotes: 1

Related Questions