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
This was reported as an issue in this support ticket. When initiating an unsollicited SAML SSO request, it's not possible to force re-authentication.
The cause
During unsolicited SSO , Shibboleth IDP creates a synthetic SAMLRequest that doesn't have the forceAuthn optional attribute set to true.
The solution
We've added an additional http parameter which can be used during unsolicited SSO called forceAuthn_ (note the underscore).
The unsolicited SSO request now can look like:
https://<server>/idp/profile/SAML2/Unsolicited/SSO?providerId=<providerid>&forceAuthn_=<true or false>
The text was updated successfully, but these errors were encountered:
uprightech
changed the title
feat(oxshibboleth): implement forceauthn in shibboleth IDP
feat(oxshibboleth): implement forceauthn in shibboleth IDP for unsolicited SSO
Dec 11, 2024
This was reported as an issue in this support ticket. When initiating an unsollicited SAML SSO request, it's not possible to force re-authentication.
The cause
During unsolicited SSO , Shibboleth IDP creates a synthetic SAMLRequest that doesn't have the
forceAuthn
optional attribute set totrue
.The solution
We've added an additional http parameter which can be used during unsolicited SSO called
forceAuthn_
(note the underscore).The unsolicited SSO request now can look like:
The text was updated successfully, but these errors were encountered: