Path: blob/main/doc/how_to/authentication/providers/azure.md
2013 views
Azure Entra ID
Previously known as Azure Active Directory.
To set up OAuth2.0 authentication for Azure Entra ID follow these instructions. Ensure that you supply the tenant ID using oauth_extra_params
, a configuration may look like:
or with environment variables
The CLIENT_ID
corresponds to the Application (client) ID
and the TENANT_ID
to the Directory (tenant) ID
below:
The CLIENT_SECRET
corresponds to the Value
below:
The REDIRECT_URI
should be included in the list of Web Redirect URIs: