You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When the session is available and we use prompt login to authenticate again. In the middle of the flow authenticated subject is reset.
Steps to reproduce:
Set up 2-factor authentication(Basic and SMSOTP) with adaptive authentication script.
2.Go through the authentication flow and complete that.
Again go through the authentication flow in the same browser. (In OB flows we send the prompt = login parameter because we need the user to be authenticated in even the session is there) Then when debugging we were able to see that when trying to evaluate context.getSubject() in SMSOTP we are getting null.
The text was updated successfully, but these errors were encountered:
Description:
When the session is available and we use prompt login to authenticate again. In the middle of the flow authenticated subject is reset.
Steps to reproduce:
2.Go through the authentication flow and complete that.
The text was updated successfully, but these errors were encountered: