-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions #723
Comments
1、Here's an example of the first question: Add an option to the user page in 5002 whether to enable dual factors, if enabled, a drop-down selection box will pop up (multiple choices can be made), similar to the order of selecting ACR or listing ACR list, assuming that the password and email are selected, then judge whether the user has set dual factors when logging in, if so, perform the required steps. If no, the login succeeds. |
Repeat login problem video.mp4 |
Enable Two-Factor Authentication Options in User Configuration The request for authentication context class reference must be determined by the client/website and not by the user. We may consider adding a new client property to specify the minimal context class reference required to authenticate the user. Cannot Uncheck the Credential It is normal that you cannot uncheck a credential because only one credential of the pwd or otp type can be active. I fixed an issue in the backend code to set the IsActive property to false. Sms & Email are not Present in the Credential They are not present because SMS and email are not user credentials. Consent Required It is not a problem; the list is empty because the user didn't accept any consent. Repeat Login Problem An exception is thrown because the Anti-Forgery token is incorrect. I made some modifications in the BaseAuthenticateController to redirect the user-agent to the redirect URL when the user is already authenticated. |
Thank you very much for your reply and look forward to the new version |
3、5002 page in the user configuration page to add credentials, why only two passwords and otp no sms email and so on?
The text was updated successfully, but these errors were encountered: