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
If the SubjectID for an existing login remains the same but the domain of the login changes, we want to support multiple domains during the transition to ensure a smoother user experience.
For example:
Before:{ subject: 1, login: abc@x.com }
After:{ subject: 1, login: abc@y.com }
This change involves updating only the domain (e.g., from @x.com to @y.com) while maintaining the same SubjectID.
The text was updated successfully, but these errors were encountered:
If the SubjectID for an existing login remains the same but the domain of the login changes, we want to support multiple domains during the transition to ensure a smoother user experience.
For example:
{ subject: 1, login: abc@x.com }
{ subject: 1, login: abc@y.com }
This change involves updating only the domain (e.g., from
@x.com
to@y.com
) while maintaining the same SubjectID.The text was updated successfully, but these errors were encountered: