damp-waiter-30138
05/16/2024, 4:05 AMmagnificent-energy-493
?refresh=true&aal=aal2
damp-waiter-30138
05/16/2024, 11:32 PMdamp-waiter-30138
05/16/2024, 11:33 PM?refresh=true&aal=aal1
in an effort to "downgrade" the session, but the previous aal2
still evaluates the session overall as aal2
.damp-waiter-30138
05/17/2024, 4:03 AMprivileged_session_max_age
property in my identity-config and attempted to change it to something very short (30s
) to test it. However, my session's "authenticator_assurance_level"
stayed at "aal2"
after stepping up and waiting for the timeout.
However, I noticed that this privileged_session_max_age
is only available as part of the settings
flow config (.flows.settings.privileged_session_max_age
) so I may not have worked as I intended. I tried to apply the same property to flows.login.privileged_session_max_age
however the config fails to write with a validation error that additionalProperties privileged_session_max_age
is not allowed.
As referenced in your docs, I am trying to implement a GitHub styled Sudo mode -- but would like a similar privileged_session_max_age
for all sessions whenever they become "privileged".