Extend SSO session
-
Hi everyone, is there a way to extend the SSO session programmatically? I'm wondering if even redirecting the user to the login page while still logged will extend the SSO session.
Thank you.
-
@andres-garcia Do you mean for a given user? Or in general?
In general, you want to set the Tenant Session Timeout setting: https://fusionauth.io/docs/v1/tech/core-concepts/tenants#oauth
I believe that redirecting the user to the FusionAuth authorize url will extend the session (and the doc above implies it:
The length of time an SSO session can be inactive before it is closed.
).I'd have to test that behavior.
Have you tried it?