math-dojo / user-account-service

Microservice for managing the users of the math-dojo platform
1 stars 0 forks source link

Allow Users to be Registered who have Accounts Verified #46

Closed noce2 closed 3 years ago

noce2 commented 3 years ago

The User Account Service currently rejects any user registration requests that have an account status as already verified. This stops the reuse of the email verified OIDC claim in the user object from Auth0 on logins with Social Providers.

noce2 commented 3 years ago

Logging-in with Google on Auth0 works:

image

noce2 commented 3 years ago

Found user can also be seen in the database: image