Hi! I’m trying to get Azure AD working on AWX, and I can’t seem to find a way to change the loginmicrosoft.com/common/oauth2
URL to:
loginmicrosoft.com/{tenant-id}/oauth2/v2.0/authorize
Looks like the social-auth
backend is not here(for azure tenancy):
https://python-social-auth.readthedocs.io/en/latest/backends/azuread.html#tenant-support
AUTHENTICATION_BACKENDS = ( ... 'social_core.backends.azuread_tenant.AzureADTenantOAuth2',
...
)