Skip to content
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

Merged
merged 13 commits into from
Dec 1, 2023

Conversation

Achintha444
Copy link
Contributor

@Achintha444 Achintha444 commented Nov 30, 2023

Purpose

Conditionally render API_Based_Authentication, with following toml file
By default, its enabled but this can be disabled with following config

[console.ui.features.applications]
disabled_features =["applications.native.authentication"]

Related Issues

Related PRs

Checklist

  • e2e cypress tests locally verified.
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

@@ -305,6 +305,7 @@ export const AdvancedConfigurationsForm: FunctionComponent<AdvancedConfiguration
/>
{
(
UIConfig?.showAPIBasedAuthentication &&
Copy link
Member

@brionmario brionmario Nov 30, 2023

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

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed with 2b56cd1

@Achintha444 Achintha444 merged commit 1ae2a5a into wso2:master Dec 1, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants