# SKS Oidc

SKS Cluster OpenID config map

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `client-id` | string | **yes** | OpenID client ID<br/><br/>Min length: `1`. Max length: `255`. |
| `issuer-url` | string | **yes** | OpenID provider URL<br/><br/>Min length: `1`. Max length: `255`. |
| `groups-claim` | string | no | JWT claim to use as the user's group<br/><br/>Min length: `1`. Max length: `255`. |
| `groups-prefix` | string | no | Prefix prepended to group claims<br/><br/>Min length: `1`. Max length: `255`. |
| `required-claim` | object | no | A key value map that describes a required claim in the ID Token |
| `username-claim` | string | no | JWT claim to use as the user name<br/><br/>Min length: `1`. Max length: `255`. |
| `username-prefix` | string | no | Prefix prepended to username claims<br/><br/>Min length: `1`. Max length: `255`. |

