
servicea.28287 (Customer) asked a question.
Hello there, I'd like to display a warning timer on the app screen if a user has been idle for 5 minutes on my app. I'd like to provide users the option of staying logged in, but if they don't respond to the pop-up timer within 3 minutes, they should be logged out. Is this something that can be done? Is this something to do with Okta's session timeout configuration?

Hi @servicea.28287 (Customer) , Thank you for reaching out to the Okta Community!
Okta does not have control over the application sessions. The only exception to this currently being the AWS app, who allows a session duration configuration.
In (and for) the Okta Dashboard, the Okta Session timeout is configured via the Sign-on Policies and depending on the configured idle time ( "Session expires after" setting ) the users will see a count-down time five minutes before being logged out (this feature is currently not configurable - it's on by default and hardcoded to 5 minutes).
As such, setting up the type of warning you are looking for would be something that you would have to configure on the app side if the app allows it.
Hope this clarifies things!
Thanks @Mihai N. (Okta, Inc.)