Setting Up Azure AD for User Login OAuth Authentication

To allow OAuth-based user login authentication using Azure AD, you need to set up your Microsoft Azure AD account (https://portal.azure.com). Below summarizes the required steps. For a detailed description, contact AudioCodes support.

1. Register a new application (e.g., called "SBC") and define the 'Redirect URI', which is the URL (i.e., device's IP address or host name) to where Azure sends its authentication response after successfully authenticating the user.
2. Create App Roles, which represent the device's user privilege levels (i.e., Administrator and Monitor).
3. Assign each User (or Group) to the desired Role (privilege level).
4. Note down the values of the following fields, which are required when you configure the Azure AD on the device:
Application (client) ID
Directory (tenant) ID
Redirect URI
5. To support CLI user login authentication, contact AudioCodes support.
6. To support REST API client login authentication, contact AudioCodes support.