oAuth integration
An example of integration with Azure AD using the oAuth protocol:
1) Setting up in Azure AD
2) Setting up in the system
URL values are generated based on TenantId:
oAuth URL:
https://login.microsoftonline.com/{TenantId}/oauth2/v2.0/authorize
oAuth Authorize URL:
https://login.microsoftonline.com/{TenantId}/oauth2/v2.0/authorize
oAuth Access Token URL:
https://login.microsoftonline.com/{TenantId}/oauth2/v2.0/token
oAuth Resource Owner Details URL:
https://graph.microsoft.com/oidc/userinfo
oAuth Logout URL:
https://login.microsoftonline.com/{TenantId}/oauth2/v2.0/logout