Skip to main content
Version: 1.12.0

Interface: AuthorizationServerMetadata

Defined in: canton/authentication/metadata.ts:13

A subset of the OAuth 2.0 Authorization Server Metadata (RFC 8414, §2).

This is a thin camelCase wrapper over the oauth4webapi.AuthorizationServer type, kept for backward compatibility with the existing public API.

See

https://datatracker.ietf.org/doc/html/rfc8414#section-2

Properties

authorizationEndpoint

authorizationEndpoint: string

Defined in: canton/authentication/metadata.ts:17

URL of the authorization server's authorization endpoint.


codeChallengeMethodsSupported?

optional codeChallengeMethodsSupported?: string[]

Defined in: canton/authentication/metadata.ts:26

PKCE code challenge methods supported by this authorization server. Omitted when the server does not support PKCE.

See

https://datatracker.ietf.org/doc/html/rfc7636#section-4.2


issuer

issuer: string

Defined in: canton/authentication/metadata.ts:15

The authorization server's issuer identifier URL.


tokenEndpoint

tokenEndpoint: string

Defined in: canton/authentication/metadata.ts:19

URL of the authorization server's token endpoint.