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
Based on #12664, the documentation around SAML 2.0 URIs could be clearer.
Specifically, it should be clearer when and why setting a registrationId or configuring relying party lookup is important. One reason that it is important is that RelyingPartyRegistrations defaults the registrationId to be the asserting party's entity id, which cannot be placed in the path of URIs like /authenticate/{registrationId}. Either the relying party lookup strategy needs or the registration id needs to change.