Open IamTaoChen opened 1 month ago
This is not really an issue with OIDC per se. This also happens when you create accounts locally with "Asdf@example.com" and "asdf@example.com". We'll have to discuss how to solve this issue internally, but basically email addresses are case insensitive, so they should all be 1 account.
@IamTaoChen As @kamtschatka said, unfortunately currently we do email comparisons in a case sensitive way. It might take us some effort to change this behavior, so we might not have enough time to get to it soon to be honest. If you want, we can help you modify your email in the database so that linking can work :)
I have a local account with the email
AaBbCcDd@example.com
, and when I use OIDC withOAUTH_ALLOW_DANGEROUS_EMAIL_ACCOUNT_LINKING = true
, it doesn't link to the same account because the email from OIDC isaabbccdd@example.com
.