Skip to main content
Version: 1.13.0

Interface: StaticAuthConfig

Defined in: canton/authentication/types.ts:107

static / insecureStatic auth config.

Extends

  • AuthConfigBase

Properties

audience?

optional audience?: string

Defined in: canton/authentication/types.ts:101

OAuth2 "audience" request parameter (Auth0-specific extension).

Identifies the API the issued access token should target (its JWT aud claim). Only honored by Auth0 (or servers emulating Auth0); Okta/Keycloak ignore it. Applicable to clientCredentials and authorizationCode only.

Inherited from

AuthConfigBase.audience


jwt

jwt: string

Defined in: canton/authentication/types.ts:110

Pre-obtained JWT. Required.


type?

optional type?: "static" | "insecureStatic"

Defined in: canton/authentication/types.ts:108

Auth scheme selector. Defaults to "static" when omitted (backward compatible).

Overrides

AuthConfigBase.type