JWTProtectedResourceConfig

JWTProtectedResourceConfig
JWTProtectedResourceConfig
JSON Example
{
    "authorization_servers": [
        "string"
    ],
    "enable_protected_resource_metadata": false,
    "metadata_url_path": "string",
    "resource_documentation": "string",
    "supported_scopes": [
        "string"
    ]
}
array of string
authorization_servers
Optional

List of authorization server issuer URLs that can issue tokens for this protected resource. Field introduced in 32.1.1. Maximum of 1 items allowed. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

boolean
enable_protected_resource_metadata
Optional

Enable OAuth 2.0 Protected Resource Metadata (RFC 9728) support. Field introduced in 32.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
metadata_url_path
Required  
Constraints: default: /.well-known/oauth-protected-resource

URL path where OAuth 2.0 protected resource metadata is published. This is relative to the Virtual Service. Field introduced in 32.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
resource_documentation
Optional

URL of documentation for this protected resource. Field introduced in 32.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

array of string
supported_scopes
Optional

List of OAuth 2.0 scopes supported by this protected resource. Field introduced in 32.1.1. Maximum of 20 items allowed. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of