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
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
This applies to security-saml2-core version 2.0.0.M30.
Currently SamlAuthenticationRequestFilter only allows selection of Identity provider by its entityId, dictated by metadata. It is fine when done through UI, but in most cases applications have only one identity provider and configure using
loginPage("..../discovery?idp=");
It would make way more sense to do this by alias which is in control of service provider unlike entityId dictated by Identity provider.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This applies to security-saml2-core version 2.0.0.M30.
Currently SamlAuthenticationRequestFilter only allows selection of Identity provider by its entityId, dictated by metadata. It is fine when done through UI, but in most cases applications have only one identity provider and configure using
loginPage("..../discovery?idp=");
It would make way more sense to do this by alias which is in control of service provider unlike entityId dictated by Identity provider.
The text was updated successfully, but these errors were encountered: