busy-pizza-65563
12/24/2022, 7:31 AMkind-fireman-77262
12/26/2022, 6:11 PMbusy-pizza-65563
12/26/2022, 6:55 PMbusy-pizza-65563
12/26/2022, 7:06 PMbusy-pizza-65563
12/26/2022, 7:16 PMkind-fireman-77262
12/26/2022, 7:57 PMSo instead of checking AAL itself we could look at time difference between the current request and AAL2 challenge completion.Yes. This is basically how we solved it. But this might be outdated by now or perhaps there is a more elegant solution. $serverTimestamp - $createdAt > $15m ? revoke session via admin api Now the client has to sign in again and the session will be privileged. If your application does not require an active auth session across multiple browsing sessions of the user, you could also make your privileged session the same duration as your regular session (30m for example). This way, every time the user returns, the user will have to sign in again and his session will be privileged in order to perform sensitive actions.
busy-pizza-65563
12/26/2022, 8:10 PMhigh-optician-2097