OpenIdConfiguration
Defined in: packages/core/src/registration.ts:37
The subset of the platform’s openid-configuration we consume.
Indexable
Section titled “Indexable”[
key:string]:unknown
Properties
Section titled “Properties”authorization_endpoint
Section titled “authorization_endpoint”authorization_endpoint:
string
Defined in: packages/core/src/registration.ts:39
issuer
Section titled “issuer”issuer:
string
Defined in: packages/core/src/registration.ts:38
jwks_uri
Section titled “jwks_uri”jwks_uri:
string
Defined in: packages/core/src/registration.ts:41
registration_endpoint
Section titled “registration_endpoint”registration_endpoint:
string
Defined in: packages/core/src/registration.ts:42
scopes_supported?
Section titled “scopes_supported?”
optionalscopes_supported?:string[]
Defined in: packages/core/src/registration.ts:43
token_endpoint
Section titled “token_endpoint”token_endpoint:
string
Defined in: packages/core/src/registration.ts:40