Skip to main content

Interface: CreateOidcVerifierOptions

Defined in: Oidc/verifier.ts:6

Options for createOidcVerifier.

Properties

issuer

issuer: string

Defined in: Oidc/verifier.ts:14

The OIDC issuer URL (e.g. https://login.microsoftonline.com/<tenant>/v2.0 for Entra ID, or https://<domain>.okta.com/oauth2/default for Okta). The provider's /.well-known/openid-configuration document is fetched from this URL to discover its JWKS endpoint, and the token's iss claim must match it exactly.