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.
Parameters
The protected resource's identifier URL. It must be an HTTPS URL with a host, no userinfo, no query, and no fragment.
Properties
Authorization details types supported per RFC 9396.
OAuth authorization server issuer identifiers trusted by this resource.
Methods supported for presenting Bearer tokens: header, body, query.
Whether this resource requires DPoP-bound access tokens.
JWS algorithms supported for DPoP proof validation.
URL of developer documentation for this resource.
Human-readable name of the protected resource.
URL describing the resource's data usage requirements.
JWS algorithms supported by this resource server, excluding none.
URL of the resource's terms of service.
OAuth 2.0 scope values that this resource server understands.
Whether this resource requires TLS client certificate-bound access tokens.