-
Notifications
You must be signed in to change notification settings - Fork 263
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
(improvement) Adding config for API Based Authn configuration #4885
Conversation
Api based authn asgardeo
@@ -305,6 +305,7 @@ export const AdvancedConfigurationsForm: FunctionComponent<AdvancedConfiguration | |||
/> | |||
{ | |||
( | |||
UIConfig?.showAPIBasedAuthentication && |
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.
IMO, we don't need a dedicate config for this.
This should go in to disabled features array of the Applications
feature.
@Achintha444 FYI
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.
Ack, will make the necessary changes.
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.
Fixed with 2b56cd1
Purpose
Conditionally render API_Based_Authentication, with following toml file
By default, its enabled but this can be disabled with following config
Related Issues
Related PRs
Checklist
Security checks