Closed ashanthamara closed 10 months ago
For IDF contained authenticators, we are setting current authenticators in the context here when prompting for identifier username input.
But we have an option to go back by choosing "choose different option". Ideally when a user click this button current authenticators in the context should replaced to null which is not in this case.
If the user choose different authenticator option like basic authentication, current authenticator in the context is already set to email otp, ( following image shows current authenticator in the context already set to email otp in DefaultRequestCoordinator.
framework aims to perform an email otp authentication also. ( following image shows defaultStepHandler chooses emailOTP Authenticator from current authenticator in the context).
PR: https://github.com/wso2/carbon-identity-framework/pull/5372 will address this
Describe the issue:
How to reproduce:
Choose a different option
link.https://github.com/wso2/product-is/assets/75057725/c4a310bb-f9e8-45f4-b41f-0be08791bab7
Configured authenticators for the example in the video
Expected behavior: Should complete the authentication only with the authenticator selected at last.
Environment information (Please complete the following information; remove any unnecessary fields) :
Optional Fields
Related issues:
Suggested labels: