# CreateOidcConfigRequest
## Properties
**attribute_mapping** | Option<[**serde_json::Value**](.md)> | | [optional]
**auto_create_users** | Option<**bool**> | | [optional]
**client_id** | **String** | |
**client_secret** | **String** | |
**is_enabled** | Option<**bool**> | | [optional]
**issuer_url** | **String** | |
**map_groups_to_groups** | Option<**bool**> | When `true`, OIDC group claim values are reflected as Artifact Keeper group memberships (auto-creating groups on first sight). Defaults to `false` to preserve legacy role-mapping behavior. | [optional]
**name** | **String** | |
**pkce_enabled** | Option<**bool**> | Enable PKCE (S256) on the authorization request. Defaults to `true`. | [optional]
**scopes** | Option<**Vec<String>**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)