AuthorizationServerMetadata
Agent Runtimes / identity/dcr / AuthorizationServerMetadata
Interface: AuthorizationServerMetadata
Defined in: identity/dcr.ts:23
OAuth 2.0 Authorization Server Metadata Based on RFC 8414
Indexable
[
key:string]:unknown
Additional metadata
Properties
authorization_endpoint
authorization_endpoint:
string
Defined in: identity/dcr.ts:27
URL of the authorization endpoint
code_challenge_methods_supported?
optionalcode_challenge_methods_supported?:string[]
Defined in: identity/dcr.ts:47
Supported code challenge methods (PKCE)
grant_types_supported?
optionalgrant_types_supported?:string[]
Defined in: identity/dcr.ts:41
Supported grant types
issuer
issuer:
string
Defined in: identity/dcr.ts:25
The authorization server's issuer identifier
jwks_uri?
optionaljwks_uri?:string
Defined in: identity/dcr.ts:37
URL of the JWKS endpoint
registration_endpoint?
optionalregistration_endpoint?:string
Defined in: identity/dcr.ts:31
URL of the registration endpoint (for DCR)
response_types_supported
response_types_supported:
string[]
Defined in: identity/dcr.ts:39
Supported response types
revocation_endpoint?
optionalrevocation_endpoint?:string
Defined in: identity/dcr.ts:33
URL of the token revocation endpoint
scopes_supported?
optionalscopes_supported?:string[]
Defined in: identity/dcr.ts:43
Supported scopes
token_endpoint
token_endpoint:
string
Defined in: identity/dcr.ts:29
URL of the token endpoint
token_endpoint_auth_methods_supported?
optionaltoken_endpoint_auth_methods_supported?:string[]
Defined in: identity/dcr.ts:45
Supported token endpoint auth methods
userinfo_endpoint?
optionaluserinfo_endpoint?:string
Defined in: identity/dcr.ts:35
URL of the userinfo endpoint (OpenID Connect)