Hello Coders,
We are migrating our SSO from GITHUB to Okta and getting error "Attempting to use login type "oidc" but the user has the login type "github".
How do fix this? I logged in as admin with password and don't see an option to change the login type.
Do we update it directly in database? Is it safe to do so? or any other solutions available?

3 Replies
I've had to make DB changes in the past when messing with OIDC. So, I'd venture to say, change the value in the DB.

hmm, that's interesting -- not great
but yeah this is probably the only way rn
yeah, i tried by changing it in database and it worked. Thank you