OAuthVSConfig

OAuthVSConfig
OAuthVSConfig
JSON Example
{
    "cookie_name": "string",
    "cookie_timeout": 0,
    "key": [
        {
            "aes_key": "string",
            "hmac_key": "string",
            "name": "string"
        }
    ],
    "logout_uri": "string",
    "oauth_settings": [
        {
            "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"
                }
            }
        }
    ],
    "post_logout_redirect_uri": "string",
    "redirect_uri": "string"
}
string
cookie_name
Optional

HTTP cookie name for authorized session. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As int32 As int32
cookie_timeout
Optional

HTTP cookie timeout for authorized session. Allowed values are 1-1440. Field introduced in 21.1.3. Unit is MIN. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

key
Optional

Key to generate the cookie. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
logout_uri
Optional

URI which triggers OAuth logout. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

oauth_settings
Optional

Application and IDP settings for OAuth/OIDC. Field introduced in 21.1.3. Maximum of 1 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
post_logout_redirect_uri
Optional

URI to which IDP will redirect to after the logout. Field introduced in 22.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
redirect_uri
Optional

Redirect URI specified in the request to Authorization Server. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of