Skip to content

Commit 1286286

Browse files
author
mobo
committed
feat: Add group blacklist feature for oauth : add format
1 parent 0fea5c3 commit 1286286

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/getting-started/env-configuration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2462,7 +2462,11 @@ See https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-o
24622462

24632463
- Type: `list` of `str`
24642464
- Default: `[]`
2465-
- Description: List of groups excluded from group management.
2465+
- Description: List of groups excluded from group management. The format is :
2466+
2467+
```json
2468+
["GRP1", "GRP2"]
2469+
```
24662470

24672471
#### `OAUTH_ROLES_CLAIM`
24682472

0 commit comments

Comments
 (0)