Skip to content

Commit 7b72e92

Browse files
authored
docs: clarify domain verification (#2101)
Closes ory-corp/cloud#7394
1 parent e968712 commit 7b72e92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/kratos/organizations/organizations.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ members of an organization must use one of the organization's OIDC SSO connectio
3131
An organization can have multiple domains. Registrations for email addresses with a domain that belongs to an organization must go
3232
through one of the organization's OIDC SSO connections.
3333

34+
Some identity providers do not validate email domain ownership. This can lead to situations where Enterprise SSO with
35+
Organizations is configured for a specified domain such as `@example.com`, but due to this lack of this email domain ownership
36+
validation by the identity provider, a users with other email domains such as `@gmail.com` can still authenticate successfully via
37+
the identity provider.
38+
39+
This will end up with the user being part of the configured organization in your Ory project, even if the domain does not match
40+
any of the configured domains.
41+
3442
```mdx-code-block
3543
<Mermaid
3644
chart={`

0 commit comments

Comments
 (0)