set_enterprise_csp_oauth_configuration_request
set_enterprise_csp_oauth_configuration_request
AllOf
This class requires all of the following:
JSON Example
{
"enabled": false,
"protocol": "string",
"provider": "string",
"configuration": {
"authorizationEndpoint": "string",
"clientId": "string",
"clientSecret": "string",
"issuer": "string",
"provider": "string",
"redirectEndpoint": "string",
"tokenEndpoint": "string",
"userInfoEndpoint": "string",
"wellKnownConfigurationUrl": "string",
"introspectionEndpoint": "string",
"scopes": [
"string"
],
"roleConfig": {
"defaultRole": "string",
"oidcRolesEnabled": false,
"roleAttribute": "string",
"groupAttributes": [
"string"
],
"vcoToIdpRoleMap": {
"Enterprise Read Only": [
"string"
],
"Enterprise Standard Admin": [
"string"
],
"Enterprise Superuser": [
"string"
],
"Enterprise Support": [
"string"
]
}
}
}
}