Skip to content

Commit 7f8a50a

Browse files
authored
Update supported-identity-providers.md
1 parent 05e48ec commit 7f8a50a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

configuration/rbac-role-based-access-control/supported-identity-providers.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
---
2-
description: The list of supported auth mechanisms for RBAC
2+
description: The list of supported auth providers for RBAC
33
---
44

55
# Supported Identity Providers
66

77
### Generic OAuth
88

9-
Any OAuth provider which is not of the list: Google, GitHub, Cognito.
9+
Any OAuth provider not on the list of all providers below this one.
1010

11-
Set up the auth itself first, docs [here](../authentication/oauth2.md) and [here](../authentication/sso-guide.md)
12-
13-
Don't forget "custom-params.type: oauth".
11+
Set up the auth itself first, docs [here](../authentication/oauth2.md) and [here](../authentication/sso-guide.md). **Don't forget "custom-params.type: oauth".**
1412

1513
```yaml
1614
subjects:
1715
- provider: oauth
1816
type: role
1917
value: "role-name"
18+
- provider: oauth
19+
type: user
20+
value: "zoidberg"
2021
```
2122
2223
### Google

0 commit comments

Comments
 (0)