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

will have 2 users if I config authentication provider #2449

Open
billypon opened this issue Feb 7, 2025 · 1 comment
Open

will have 2 users if I config authentication provider #2449

billypon opened this issue Feb 7, 2025 · 1 comment

Comments

@billypon
Copy link

billypon commented Feb 7, 2025

i have created a user named foo bar with email [email protected], and then i configed authentication provider. here's my provider's info:

  • scope: openid
  • login attribute: email

federated attributes:

  • email: email
  • name: name
  • display_name name
  • sortable_name: name

user info from provider:

{
  "sub": "5720d91e-b6c1-4318-98a1-6746a125e027",
  "email_verified": true,
  "name":"foo bar",
  "last_name":"foo",
  "first_name":"bar",
  "email":"[email protected]",
  "username":"foobar"
}

after i logined in, i found there are two users with email [email protected], one is created by me manually, one is created by authentication provider automatically.

what's wrong?

@billypon
Copy link
Author

billypon commented Feb 7, 2025

this problem is solved!

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

No branches or pull requests

1 participant