Skip to content

Commit

Permalink
Add roles documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Nov 14, 2024
1 parent 6fe0f88 commit d9bb883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit d9bb883

Please sign in to comment.