AzureJWTProcessor
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- client_id | No | string | No | - | Client Id |
- tenant_id | No | string | No | - | Tenant Id |
- issuer_prefix | No | string | No | - | Issuer Prefix |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "AzureJWTProcessor"
2. Property client_id
Title: Client Id
Type | string |
Required | No |
Default | null |
Description: Your azure client or application ID. Defaults to the environment variable AZURE_CLIENT_ID
3. Property tenant_id
Title: Tenant Id
Type | string |
Required | No |
Default | null |
Description: The tenant id of the JWT. Defaults to the environment variable AZURE_TENANT_ID
4. Property issuer_prefix
Title: Issuer Prefix
Type | string |
Required | No |
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