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
For MS Azure:
For Google:
URL values are generated based on TenantId:
For MS Azure:
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
For Google:
oAuth URL:
https://accounts.google.com
oAuth Authorize URL:
https://accounts.google.com/o/oauth2/v2/auth
oAuth Access Token URL:
https://oauth2.googleapis.com/token
oAuth Resource Owner Details URL:
https://openidconnect.googleapis.com/v1/userinfo
oAuth Logout URL:
https://oauth2.googleapis.com/revoke