Skip to content

Commit 3431c2b

Browse files
author
mobo
committed
feat: Add group blacklist feature for oauth : add format
1 parent f81421c commit 3431c2b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/getting-started/env-configuration.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2464,7 +2464,11 @@ See https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-o
24642464

24652465
- Type: `list` of `str`
24662466
- Default: `[]`
2467-
- Description: List of groups excluded from group management.
2467+
- Description: List of groups excluded from group management. The format is :
2468+
2469+
```json
2470+
["GRP1", "GRP2"]
2471+
```
24682472

24692473
#### `OAUTH_ROLES_CLAIM`
24702474

0 commit comments

Comments
 (0)