Register your application on Microsoft Azure portal.
To authenticate with the Microsoft identity platform endpoint, you must register your application on the Microsoft Azure application registration portal.
For your application to access data in Microsoft Graph, you must configure the application permissions and the global administrator must approve the permissions.
The pre-configured permissions are in access token authorization information. They are roles or actions that the application is allowed to perform at the API.
5
Configure credentials.
To be identified in Microsoft authentication service, you must configure the client secret or the client certificate.
Note:
For a higher level of security, you must use a client certificate instead of a client secret, as a credential.
5a. Configure Microsoft Graph authentication with client secret in Omnichannel Administration Utility.
5b. Configure Microsoft Graph authentication with client certificate in Omnichannel Administration Utility.
Key store must be in PKCS standart (.p12), with one X.509 certificate and its corresponding RSA private key with length 2048 bits. The entries are as follows:
Entry Name - privatekey
Algorithm - RSA
Key Size - 2048
Key store password - notasecret
Private key password - notasecret
Upload the generated certificate on the application page, in Microsoft Azure portal, in the Cerificates and Secrets area. See step 3.