Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--AzureJWTProcessor.json
Parent schema eidolon-resource
Type: object

Properties

implementation const: "AzureJWTProcessor" required
Constant: "AzureJWTProcessor"
client_id string

Your azure client or application ID. Defaults to the environment variable AZURE_CLIENT_ID

Default: null
tenant_id string

The tenant id of the JWT. Defaults to the environment variable AZURE_TENANT_ID

Default: null
issuer_prefix string

The issuer prefix of the JWT. Defaults to sts.windows.net. The tenant id will be appended to this value. For example, sts.windows.net/your_tenant_id

Default: "https://sts.windows.net"