ambitious-apple-12419
01/30/2024, 5:37 AMtotp
and was wondering if there are any way to check if a user
have already authenticated
with the highest AAL
available to the user.
We have a use case where we do not want to force all user to outright setup the 2FA (TOTP).
So if a user is trying to do privileged action on FE, we want to be able to detect if user have 2FA setup,
• If yes, pop up the 2FA Challenge and proceed with action
• If no, proceed with the action
Thank you