Skip to main content

Azure Active Directory

  1. To setup a new AD application, follow the instructions on the Active Directory App Quickstart guide. Make sure to add https://cortexapp.auth0.com/login/callback as an authorized redirect URI.
  2. Next, navigate to the "Certificates & secrets" tab and create a new client secret and copy the secret value down. Azure OIDC client secret
  3. After that, navigate to the "Overview" tab, noting down the Application (client) ID. Azure OIDC client id
  4. From there, click "Endpoints" and copy the OpenID Connect metadata document, just up to /v2.0, which will give you the issuer URL. The issuer URL should be of the format https://login.microsoftonline.com/<uuid>/v2.0.
  5. Enter these details in your Cortex workspace under Settings → OIDC, choosing type AZURE.