oAuth інтеграція
Приклад інтеграції з Azure AD за протоколом oAuth:
1) Налаштування в Azure AD
2) Налаштування в системі
Для MS Azure:
Для Google:
Значення для URL формуються на основі TenantId.
Для 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
Для 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