Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/admin/auth/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ When combined with `"allowSignup": false` or unset, an admin should first create

Requires that users have SAML SSO authorization for specific GitHub organizations when authenticating via OAuth. This is useful when your GitHub organizations enforce SAML SSO, and you want to ensure users properly authorize the OAuth application for those organizations during the authentication flow. Not doing so could cause permissions syncing issues.

This setting accepts **GitHub organization IDs** (numeric strings), not organization names.
This setting accepts one of two values:
- A list of **GitHub organization IDs** (numeric strings), not organization names.
- A list with a single entry: ["any"], which means **all** organizations need to be authorized.

**Finding your GitHub organization ID:**

Expand Down