-
Dear all, I have a quick question. I saw that is possibile to configure step-up authentication (https://github.com/zmartzone/mod_auth_openidc/wiki/Step-up-Authentication) but in the example below, I want to be sure that when a user requests /admin has already been authenticated by /user and has a valid session. So the question is, can the module check the validity of an existing session before to invoke the step-up flow? Thanks in advance!!! <Location /user> <Location /admin> |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
not sure what you're looking for: if there's an existing session, the module would check that the required claims exist, and if they're not there, redirect for authentication; are you asking what the module should do if a session does not exist? |
Beta Was this translation helpful? Give feedback.
not sure what you're looking for: if there's an existing session, the module would check that the required claims exist, and if they're not there, redirect for authentication; are you asking what the module should do if a session does not exist?