Use client assertion
Lists the use of client assertion with Azure as an OAuth 2.0 provider, including required fields and steps for enabling the feature.
-
Currently only supports Azure as an OAuth 2.0 provider.
This feature is in Limited Availability, contact Zuora Global Support to enable it.
Field
Description
Access Token URL (Required)
https://login.microsoftonline.com/{tenant}/oauth2/v2.0/tokenThe tenant is the Directory (tenant) ID in Azure.
Client ID (Required)
The Application (client) ID in Azure.
Audience (Required)
https://login.microsoftonline.com/{tenant}/v2.0The tenant is the Directory (tenant) ID in Azure.
Private key (Required)
Your private key in plaintext. You may refer to this online tool to generate the private key.
Certificate thumbprint (Required)
The thumbprint for your certificate. You may refer to this online tool to calculate the thumbprint using the certificate acquired when generating the private key.
Scope (Optional)
Refer to the "scope" field as defined by Azure.
You can refer to this article on how to get the required information from Azure.