WIPACrepo / keycloak-rest-services

Services surrounding KeyCloak, that use the REST API to read/update state
MIT License
1 stars 1 forks source link

Generate unique canonical emails #161

Closed vbrik closed 3 months ago

vbrik commented 4 months ago

@dsschult no rush on this!

This branch does two things: (1) add to krs.users.list_users the ability to filter by custom attributes (2) generate unique canonical addresses when a user being created has the same name as an existing user.

Unlike my previous attempt, this implementation is fast because I don't have to retrieve info of all users, so hopefully won't be a problem for user-mgmt.