Replies: 1 comment 20 replies
-
no additional config is needed; can you provide the (full) server debug logs that show this behaviour? |
Beta Was this translation helpful? Give feedback.
20 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.
-
I have set
OIDCSessionMaxDuration=0
so the session will expire when the id token expires. This seems to work as my id token is valid for 5 min and after 5 mins the log says
[Tue Jan 25 15:17:52.075084 2022] [auth_openidc:warn] [pid 11] [client 10.0.0.2:50353] oidc_check_max_session_duration: maximum session duration exceeded for user: SOMEUSERNAME/, referer:
and the following log is displayed below
[Tue Jan 25 15:18:52.801965 2022] [authz_core:debug] [pid 25] mod_authz_core.c(815): [client 10.0.0.2:50389] AH01626: authorization result of Require valid-user : denied (no authenticated user yet).
But i still can continue after that to use the protected application. i Would expect that i have to relogin, when the session is expired. Did i miss some Config related to session expiration?
When i do then a full reload in the browser a new cookie is created and a new id_token is set in the env vars...
Beta Was this translation helpful? Give feedback.
All reactions