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
Do not use FusionAuth SSO sessions in the tenant (set the TTL to 0). In this manner, SP's will not be able to pick up any previous state related to a user's session in FusionAuth
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered:
Problem
There are times when I am needing FusionAuth to not retain the SSO session for a SAML login.
Solution
The
ForceAuthn
parameter should allow for me to prevent the user from relying on any previous session state.doc reference from saml core v 2.0
http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
Alternatives/workarounds
Do not use FusionAuth SSO sessions in the tenant (set the TTL to
0
). In this manner, SP's will not be able to pick up any previous state related to a user's session in FusionAuthAdditional context
Customer request - https://fusionauth.zendesk.com/agent/tickets/77731
Related ask to propegate this attribute to federated logins as well
ForceAuthn
property to a SAML V2 request #1736This basically feels like the SAML version of the OIDC prompt parameter -
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered: