I’m trying to setup an Azure AD connection with Auth0. When I check “Use Common Endpoint”, save and come back to the settings, the option is disabled again. This was already mentioned here, and @kimcodes said it was probably a bug in the dashboard (not fixed yet, apparently).
I tried the suggested workaround, i.e. updating the connection manually using the management API, but it seems wrong. The suggested property useCommonEndpoint
doesn’t follow the naming convention of other properties (they’re all using snake case); there is, however, a waad_common_endpoint
, which was set to false, and I also tried setting it to true.
But whatever I tried, I’m unable to connect using an account from an Azure AD tenant other than my company’s. The email field only accepts “mycompany.com” as the domain. How am I supposed to make it work? I want users to be able to authenticate with any AzureAD tenant.