Also if I try to use the realm like I previously had of Username-Password-Authentication but login with the full domain credentials (user@my-ad.domain.com) I get incorrect password errors and now it seems to have blocked that user completely with the following error. So I would imagine you must specify the correct realm and Auth0 does not automatically know which to use even though you specify it in the portal when creating the Azure AD Connection. Unless I am incorrect?
“error”: “too_many_attempts”,
“error_description”: “Your account has been blocked after multiple consecutive login attempts. We’ve sent you an email with instructions on how to unblock it.”
But I can login successfully with the users added to the portal under the “Users” tab.