Skip to content

AzureJWTProcessor

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ implementationNoconstNo-Implementation
- client_idNostringNo-Client Id
- tenant_idNostringNo-Tenant Id
- issuer_prefixNostringNo-Issuer Prefix

1. Property implementation

Title: Implementation

Typeconst
RequiredYes

Specific value: "AzureJWTProcessor"

2. Property client_id

Title: Client Id

Typestring
RequiredNo
Defaultnull

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

3. Property tenant_id

Title: Tenant Id

Typestring
RequiredNo
Defaultnull

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

4. Property issuer_prefix

Title: Issuer Prefix

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

Description: 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