You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently identity generation happens fully on client including email address prefix. However when an alias is saved with an email prefix that is already used by another user this throws an error (as designed).
However the more email claims exist the higher the chances that an email address collision occurs.
Improve this by:
Making email prefix more unique (less chance of a collision occurring).
Checking if email prefix is used by doing roundtrip to server and if already in use retry generation.
The text was updated successfully, but these errors were encountered:
lanedirt
changed the title
Generate email address on server instead of client to prevent collisions
Prevent email address collision from occuring
Jan 11, 2025
Currently identity generation happens fully on client including email address prefix. However when an alias is saved with an email prefix that is already used by another user this throws an error (as designed).
However the more email claims exist the higher the chances that an email address collision occurs.
Improve this by:
The text was updated successfully, but these errors were encountered: