The Azure AD authentication allows you to use an Azure Active Directory tenant as an identity provider for Zero Trust Agentless Access.
To enable the Azure AD OAuth2, register your application with Azure AD.
Log in to Azure Portal, then click Azure Active Directory in the side menu.
If you have access to more than one tenant, select your account in the upper right. Set your session to the Azure AD tenant you wish to use.
Under Manage in the side menu, click App Registrations > New Registration. Enter a descriptive name.
Under Redirect URI, select the app type Web.
See instructions below where to get the redirect URL in Exium admin console
Add the redirect URL that will look like https://vouch.ta501.speerity.net/auth
then click Register. The app’s Overview page opens.
Note the Application ID. This is the OAuth client ID.
Click Endpoints from the top menu.
Click Certificates & secrets, then add a new entry under Client secrets with the following configuration.
Click Add then copy the key value. This is the OAuth client secret.
Once the your application is registered on the Azure portal, follow the steps below.