Hi Support,
Currently, we have a 2FA authentication implementation using the authentication script, the Admin User that accessing the TAG application will prompt for 2FA then logged in to TAG. Refer Image_1.
This user is also a normal user for accessing other application, eg Jira. The issue happened after the user login to Jira with SSO, the SSOSession created. When user access to TAG on the same browser, the user will not prompted for 2FA, the existing SSOSession grant user access to TAG. Refer Image_2.
Referring to Image_3, on the step 5, we would like to stepped up the user authentication, which means when Admin User access to TAG, user will redirect to SSO for login and prompted for 2FA and access TAG as logged in user.
Please advise how we can stepped up the user authentication if there is an existing session.
Thank you.