Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple domains for Azure SSO login #1196

Open
bheemvennapureddy opened this issue Jan 16, 2025 · 0 comments
Open

Support multiple domains for Azure SSO login #1196

bheemvennapureddy opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
enhancement new feature request, improvement, enhancement priority medium sso
Milestone

Comments

@bheemvennapureddy
Copy link

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.

@bheemvennapureddy bheemvennapureddy added the enhancement new feature request, improvement, enhancement label Jan 16, 2025
@poliarush poliarush added this to the 0.5.39 milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature request, improvement, enhancement priority medium sso
Projects
None yet
Development

No branches or pull requests

3 participants