Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(oxshibboleth): implement forceauthn in shibboleth IDP for unsolicited SSO #63

Open
uprightech opened this issue Dec 11, 2024 · 0 comments
Assignees
Milestone

Comments

@uprightech
Copy link
Contributor

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>
@uprightech uprightech self-assigned this Dec 11, 2024
@uprightech uprightech changed the title feat(oxshibboleth): implement forceauthn in shibboleth IDP feat(oxshibboleth): implement forceauthn in shibboleth IDP for unsolicited SSO Dec 11, 2024
uprightech added a commit that referenced this issue Dec 11, 2024
yurem added a commit that referenced this issue Dec 11, 2024
 feat(oxshibboleth): implement forceauthn in shibboleth IDP for unsolicited SSO #63
@moabu moabu added this to the 4.5.7 milestone Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants