Skip to content

Commit 4a5437b

Browse files
authored
fix(source): Change requiredSsoOrgs 'any' to 'all' (#1393)
Made a mistake in the original docs
1 parent b7a9124 commit 4a5437b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/auth/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Requires that users have SAML SSO authorization for specific GitHub organization
190190

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

195195
**Finding your GitHub organization ID:**
196196

0 commit comments

Comments
 (0)