Confused about OIDC #992
-
|
I created an account for myself with an email address. Then I added OIDC. But when I logged in with OIDC for the same email address, it created a new account. Does it not use the email address as the user primitive? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Seems to be creating a new org and new user as super admin. I similarly created an org and a bunch of channels as local admin, then when i turned on OIDC ended up in a new org without any of my channels. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, we have a system that separates different login methods into different sections completely. I'd recommend to go into your DataBase, and manually changing the account type from local to oidc. |
Beta Was this translation helpful? Give feedback.
Hi, we have a system that separates different login methods into different sections completely.
For example, when you have a local account (
local@example.com,local), it creates an org which makes you a super admin, but when you try signing into your account with OIDC, it will actually create an entirely new account under the account typeoidc(this case,local@example.com,oidc).I'd recommend to go into your DataBase, and manually changing the account type from local to oidc.