Microsoft Entra ID / Azure Active Directory

note

Also known as:

  • Azure Active Directory
  • Active Directory
  • Microsoft Single Sign On (SSO)
  1. Open Microsoft Entra ID dashboard from the Azure developer portal.

Open Entra ID dashboard

  1. Go to "App Registrations".

Go to app registration

  1. Click on "New registration".

Click on new registration

  1. Register application by filling out the information as specified. The redirect URI should be of the form:

    https://<ZEUZ-URL>/Home/superAdminFunction/auth-integration/ad-callback/

Register ZeuZ application

  1. Copy the "Application (client) ID" and "Directory (client) ID" and take note of them somewhere. Next, click on the "Add a certificate or secret".

Copy client and tenant ID

  1. Add a client secret. Description can be anything you want.

add-client-secret

  1. Copy the client secret.

Copy client secret

  1. Open the "SSO" page from "Admin > Integrations > SSO" menu in ZeuZ.

Open the SSO page in ZeuZ

  1. Fill out the information for "Active Directory" tab. Put the "AD credentials" in the following format based on the values you've copied earlier:

    {
    "client_id": "<APPLICATION-CLIENT-ID>",
    "client_credential": "<CLIENT-SECRET>",
    "tenant_id": "<DIRECTORY-TENANT-ID>"
    }

Setup Active Directory information

  1. Logout. You should now see the "Login with Microsoft" button.

Sign in with Microsoft