From d9bb883669776b6750f651499fcd3a49ab13125e Mon Sep 17 00:00:00 2001 From: Olivier Levitt Date: Thu, 14 Nov 2024 10:19:23 +0100 Subject: [PATCH] Add roles documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2aa1cf01..5167b113 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Configurable properties : | `oidc.audience` | | Optional : audience to validate. Must be the same as the token's `aud` field | | `oidc.username-claim` | `preferred_username` | Claim to be used as user id. Must conform to [RFC 1123](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-label-names) | | `oidc.groups-claim` | `groups` | Claim to be used as list of user groups. | +| `oidc.roles-claim` | `roles` | Claim to be used as list of user roles. | | `oidc.extra-query-params` | | Optional : query params to be added by client. e.g : `prompt=consent&kc_idp_hint=google` | ### Security configuration :