-
Notifications
You must be signed in to change notification settings - Fork 354
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
Unable to delete account(OIDC) #3840
Comments
Also OIDC users are also asked to set password during signup, which should not be the case. |
For my setting, the OIDC connects to Auth0, and the backend is two OAuth2 providers (GitHub and GitLab). Users were not asked for the password to store in Coral. Besides that, if there is a password, then the UI should have an option for the user to change it, but I can't find it. |
@patrickdung When you use external authentication, changing password is disabled as its not stored in Coral. |
Thanks for spotting this. We're going to remove this option completely for OIDC, instead you should follow these instructions to use the GraphQL mutation to be part of your account setup https://docs.coralproject.net/gdpr#gdpr-with-sso |
@losowsky Can we pls keep issues open while they are being worked upon for easy tracking. |
Sure thing, sorry about that |
Expected behavior:
Account should be deleted.
Actual behavior:
The delete window ask user for password.
But it's an OIDC user, it do not have a password in Coral system.
Related Issues:
Versions:
V6.16.2 container image
Client is Windows
The user is created via OIDC -> Auth0 -> GitLab/GitHub
User cannot delete their account because there is no password set inside Coral.
The text was updated successfully, but these errors were encountered: