Replies: 1 comment
-
see https://github.com/OpenIDC/mod_auth_openidc/wiki/Sessions-and-Timeouts#single-page-applications |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see that OIDC along with apache is handling inactivity timeout and max session timeout via OIDCSessionInactivityTimeout and OIDCSessionMaxDuration.
But from the UI side, API calls simply start failing with 401 code on reaching timeout.
Is there any indication from mod_auth_openidc to UI that inactivity or max session timeout has reached?
How to handle the timeouts smoothly in UI?
Beta Was this translation helpful? Give feedback.
All reactions