We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33df8ce commit e7f3bf2Copy full SHA for e7f3bf2
1 file changed
changelog.d/2-features/multi-ingress-cross-IdP-SSO
@@ -0,0 +1,10 @@
1
+When a team uses multiple SAML IdPs (one per ingress domain) in a multi-ingress
2
+setup, users can now authenticate via any of the team's IdPs even if their
3
+account was originally provisioned under a different one. Spar resolves the
4
+correct account by email-based NameID lookup across all team IdPs and migrates
5
+the user's SSO identity to the authenticating IdP transparently.
6
+
7
+**Important:** Emails addresses (`NameID`s) must be unique across configured
8
+IdPs! Otherwise, users may be logged in into wrong accounts!
9
10
+Please refer to the documentation for further information.
0 commit comments