ProtectedResourceMetadataConfig

Configuration for OAuth 2.0 Protected Resource Metadata (RFC 9728).

Fields that can be auto-derived from provider configuration, such as authorizationServers, scopesSupported, and bearerMethodsSupported, are populated automatically unless explicitly overridden.

Report a problem

Parameters

resource

The protected resource's identifier URL. It must be an HTTPS URL with a host, no userinfo, no query, and no fragment.

Properties

Link copied to clipboard

Authorization details types supported per RFC 9396.

Link copied to clipboard

OAuth authorization server issuer identifiers trusted by this resource.

Link copied to clipboard

Methods supported for presenting Bearer tokens: header, body, query.

Link copied to clipboard

Whether this resource requires DPoP-bound access tokens.

Link copied to clipboard

JWS algorithms supported for DPoP proof validation.

Link copied to clipboard

URL of the resource server's JWK Set document.

Link copied to clipboard
Link copied to clipboard

URL of developer documentation for this resource.

Link copied to clipboard

Human-readable name of the protected resource.

Link copied to clipboard

URL describing the resource's data usage requirements.

Link copied to clipboard

JWS algorithms supported by this resource server, excluding none.

Link copied to clipboard

URL of the resource's terms of service.

Link copied to clipboard

OAuth 2.0 scope values that this resource server understands.

Link copied to clipboard

Whether this resource requires TLS client certificate-bound access tokens.