How can I configure session timeout on the admin panel?
-
I want to configure the admin panel to log a user out after 3600 seconds of inactivity, or to end an active session after 43200 seconds. Is this possible?
-
@rachel-flatt There are a couple of settings you can take a look at. If you go to Applications -> FusionAuth and look at the OAuth tab, you should see the Session timeout. Is this what you are looking for? The other is the Applications -> FusionAuth -> Edit -> JWT -> Refresh Token Settings -> Refresh Token duration. This is set to 60 minutes, for a 3600 second duration.
I found this post that may help as well.