Session Lifetime Limits at the Application Level

I would like to log a user out of an application after x amount of time of inactivity. I see this can be adjusted at the tenant level: Session Lifetime Limits

Is there any way to adjust this at the application level? To put another way — I have multiple applications in the same tenant. For each one I would like a different amount of time of inactivity before the user is forced to login again. Does anyone know how to do this?

The applications are react spas using the auth0 sdk if that helps.

Hey there @jarrett.croll I apologize for the mighty delayed response on this one, but came across this and wanted to get some useful information out there for future reference.

While there ins’t any way to achieve this OOB from within settings in the Auth0 dashboard, Auth0 does provide a mechanism that could be implemented to securely force re-authentication:

Hope this helps!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.