最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

auth0 - Separate users in Keycloak with the same email address, based on the identity provider - Google, LinkedIn, etc - Stack O

matteradmin11PV0评论

We are migrating from Auth0 to Keycloak. Auth0 has the concept of Connection Type because of which users with the same email address can exist across connection types - Google, LinkedIn, etc.

By default, Keycloak does not allow duplication of email address as per this thread. The email address needs to be unique as it used for login.

When the users have the same email address across different social connector types like Google, LinkedIn, etc., separate users need to be created in Keycloak based on the social connector type which will help migrate users from Auth0 to Keycloak. Is there a way to achieve this in Keycloak?

There is a Keycloak issue here about multiple accounts sharing a same email but I do not understand whether it is relevant to my question.

Post a comment

comment list (0)

  1. No comments so far