The Specified Account is not Allowed to Accept the Current Invitation in Azure AD
Last Updated:
Overview
Inviting a user from an Azure AD Enterprise connection to an Organization results in the following error when trying to accept the invitation:
{...
"type": "fi",
"description": "the specified account is not allowed to accept the current invitation",
"connection": "AzureAD",
...}
Cause
- The normalized profile coming from Azure does not map the user's email to the email property, which is necessary for the invitation to work.
- If the user already exists in Auth0, check the raw profile for confirmation.