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

Jans Config Api - Ability to turn off oauth2 security #399

Closed
pujavs opened this issue Aug 30, 2021 · 1 comment
Closed

Jans Config Api - Ability to turn off oauth2 security #399

pujavs opened this issue Aug 30, 2021 · 1 comment
Labels
kind-enhancement Issue or PR is an enhancement to an existing functionality

Comments

@pujavs
Copy link
Contributor

pujavs commented Aug 30, 2021

Requirement.

Clients have requested ability to turn off oauth2 security validation for jans-config-api so that they can leverage their existing security gateway

Client Req: https://support.gluu.org/other/9916/remove-security-to-consume-config-api/

Implementation:

  • Added new config boolean attribute configOauthEnabled. By default the value is true which indicates that Config oauth2 is enabled and will be used to validate Api security
  • During setup client can specify the value as false to indicate that Config oauth2 is turned off
  • Existing client will have to modify the value manually in DB
@pujavs pujavs self-assigned this Aug 30, 2021
@pujavs
Copy link
Contributor Author

pujavs commented Sep 3, 2021

Code merged into master

@pujavs pujavs closed this as completed Sep 3, 2021
@ossdhaval ossdhaval transferred this issue from another repository Jan 14, 2022
@ossdhaval ossdhaval added the kind-enhancement Issue or PR is an enhancement to an existing functionality label Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-enhancement Issue or PR is an enhancement to an existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants