enterprise_csp_oauth_configuration

enterprise_csp_oauth_configuration
enterprise_csp_oauth_configuration
AllOf
This class requires all of the following:
JSON Example
{
    "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"
            ]
        }
    }
}