-
Couldn't load subscription status.
- Fork 19
fix(admin-ui): add Default Acr tab in Authn screen of Admin UI #2262
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
base: main
Are you sure you want to change the base?
Conversation
Implemented the Default Acr tab in the Authn screen, similar to TUI. Allows users to select and save default authentication methods from available person authentication scripts and built-in methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Faisal Siddique <[email protected]>
|
The issue have been fixed yesterday. I think we need to take the latest and check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good just fix the conflict.
Signed-off-by: Faisal Siddique <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The branch is throwing error on deployment.
- Only one tab is added. I think there are redundant changes in many files.
|
Merge Conflicts Resolved. |
The error is resolved by resolving the errors in the files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
07d6b31 to
d1f833d
Compare








fix(admin-ui): add Default Acr tab in Authn screen of Admin UI #2250
🐞 Issue
In TUI, the Auth page includes a Default Acr tab, allowing users to select and save default authentication methods. This functionality was missing in the Admin UI.
🔧 Fix
🔗 Ticket
Closes: #2250