Skip to main content

AuthorizationServerMetadata

Agent Runtimes


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?

optional code_challenge_methods_supported?: string[]

Defined in: identity/dcr.ts:47

Supported code challenge methods (PKCE)


grant_types_supported?

optional grant_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?

optional jwks_uri?: string

Defined in: identity/dcr.ts:37

URL of the JWKS endpoint


registration_endpoint?

optional registration_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?

optional revocation_endpoint?: string

Defined in: identity/dcr.ts:33

URL of the token revocation endpoint


scopes_supported?

optional scopes_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?

optional token_endpoint_auth_methods_supported?: string[]

Defined in: identity/dcr.ts:45

Supported token endpoint auth methods


userinfo_endpoint?

optional userinfo_endpoint?: string

Defined in: identity/dcr.ts:35

URL of the userinfo endpoint (OpenID Connect)