Interface: OidcDiscoveryDocument
Defined in: Oidc/discovery.ts:2
The subset of an OIDC discovery document this package consumes.
Properties
authorizationEndpoint?
optionalauthorizationEndpoint?:string
Defined in: Oidc/discovery.ts:8
Authorization endpoint, when advertised by the provider.
issuer
issuer:
string
Defined in: Oidc/discovery.ts:4
The issuer identifier, echoed back from the discovery document.
jwksUri
jwksUri:
string
Defined in: Oidc/discovery.ts:6
JWKS endpoint used to fetch the signing keys for token verification.
tokenEndpoint?
optionaltokenEndpoint?:string
Defined in: Oidc/discovery.ts:10
Token endpoint, when advertised by the provider.