AzureAD

- 1.Select Azure Active Directory then App Registrations >
- 2.Click New Registration
- 3.Select the redirect URI type: 'Web' This integration will not work if other redirect URI types are selected.
- 4.Enter this value for the redirect URI:
https://app.zepl.com/api/v2/authenticator.identity.zepl/callback/azureadprovider
- 5.Click Register and select your new app
- 6.Copy Application (client) ID
- 7.Copy Directory (tenant) ID
Creating a Client Secret:
- 1.Select Azure Active Directory then App Registrations
- 2.Click the app you just created
- 3.Select Certificates & secrets
- 4.Click + New client secret
- 5.Copy the secret value below
Note: Once you navigate away from this page you can no longer copy this value.
- 1.Navigate to Settings
- 2.Click Authentication
- 3.Select AzureAD
- 4.Open ID URL:
https://login.microsoftonline.com/{Your Directory (tenant) ID}/v2.0
- 5.Replace "{Your Directory (tenant) ID}" with the Directory (tenant) ID from above.Note: This should NOT contain a slash character (/) at the end of the url. Be sure to include,
https://
- 6.Client ID: Copy the Application (client) ID from the previous section.
- Example:
d610128e-9dda-4575-9d2s-b5e75a1e457w
- 7.Client Secret: Copy the client secret from the previous section.
- Example:
[email protected]/I_
- 8.Select Save
- 9.In order to Activate this authentication method, navigate back to the Authentication Provider page > Mouse over the menu icon in the AzureAD Connect row> Select Activate
- 10.Logout then Log In to be redirected to AzureAD

Last modified 1yr ago