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

[1/2]fix: Link existing users to identity providers on user exists error #640

Merged
merged 2 commits into from
Jul 17, 2024

Commits on Jun 8, 2024

  1. [1/2]fix: Link existing users to identity providers on user exists error

    Whenever someone attempts to sign in through OAuth, keycloak automatically attempts to create a new user with the given user data returned from the provider.
    This behavior results in a conflict, in cases user had already been registered prior to Oauth2 Signin attempt.
    
    Resolve this issue, by linking the existing user to the federated identity, whenever keycloak responds with an error User already exists.
    sashko9807 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    d1e40f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a8c5a1 View commit details
    Browse the repository at this point in the history