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

feat: keycloak clientId and client secret manage on the user table #780

Merged
merged 10 commits into from
Jun 18, 2024

Conversation

KulkarniShashank
Copy link
Contributor

What

  • Adding new columns to the user table for storing Keycloak clientId and client secret.
  • Implementing the logic to update and retrieve these values when creating or updating a user.
  • Modifying the necessary services and controllers to handle the new fields.

Why

  • Managing Keycloak clientId and client secret directly on the user table is necessary to:
    Simplify the integration between our application and Keycloak by having the authentication details directly associated with the user.

How

Service and Controller Updates:

  • Update user creation and update services to include ClientId and Client Secret fields.
  • Modify the relevant controllers to accept and process these fields in user-related requests.

Copy link

sonarcloud bot commented Jun 18, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@shitrerohit shitrerohit merged commit 6c83157 into develop Jun 18, 2024
2 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.

2 participants