OAuthSettings

OAuthSettings
OAuthSettings
JSON Example
{
    "app_settings": {
        "client_id": "string",
        "client_secret": "string",
        "oidc_config": {
            "oidc_enable": false,
            "profile": false,
            "userinfo": false
        },
        "scopes": [
            "string"
        ]
    },
    "auth_profile_ref": "string",
    "resource_server": {
        "access_type": "string",
        "introspection_data_timeout": 0,
        "jwt_params": {
            "audience": "string"
        },
        "opaque_token_params": {
            "server_id": "string",
            "server_secret": "string"
        }
    }
}
app_settings
Optional

app_settings

string
auth_profile_ref
Required

Auth Profile to use for validating users. It is a reference to an object of type AuthProfile. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

resource_server
Optional

resource_server

Property Of