Identity Provider Discovery

Hi,

How do I implement Identity Provider Discovery?

I did not see any example/code which is doing the Identity Provider Discovery.

In my case I may have more than one Identity Providers and on the run time I may have to choose one and get the user authenticated and SSO initiated.

Please help me with this.

I’m afraid we don’t have any IdP discovery examples.
In our experience, this profile is rarely used.
However, we do support the profile through the common domain cookie (CDC) functionality.
You’ll find this in the CommonDomainCookie class under the ComponentSpace.SAML2.Profiles.IdPDiscovery namespace.