Skip to main content

Interface: JwksAuthProviderConfig

JWKS authentication provider configuration

Properties

url

url: string

URL for the authentication provider.

Defined in

types.ts:33


jwksPath

Optional jwksPath: string

Custom url path to where the jwks key content is available. Defaults to '.lunasec/jwks.json' which is automatically registered as a path in your application by the LunaSec authentication provider.

Defined in

types.ts:38