You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I have a scenario where I have multiple IdPs, and I've put their metadata files in a single folder which I add using saml2Config.IdentityProviders.AddByMetadataDirectory.
Is it possible to map attributes of a request (e.g. host name) to the appropriate IdP? If so, what's the recommended method?
The text was updated successfully, but these errors were encountered:
I found the IdpSelectionUtil.IdpSelectionEvent, which I'm handling with logic to map HttpContext.Current.Request against the IdPs. This is working well. If there's a better method though, please let me know. :)
Hi! I have a scenario where I have multiple IdPs, and I've put their metadata files in a single folder which I add using
saml2Config.IdentityProviders.AddByMetadataDirectory
.Is it possible to map attributes of a request (e.g. host name) to the appropriate IdP? If so, what's the recommended method?
The text was updated successfully, but these errors were encountered: