Hello Alex,
Thanks for reaching out to us, the "interaction required" error in Azure Active Directory (AAD) typically occurs when the user's session requires additional interaction, such as re-authentication or consent, before proceeding. In your case, the error message indicates that the user account does not exist in the specified tenant and needs to be added as an external user first.
Is that your case? If it is, please follow the below steps -
Verify User Account: Confirm that the user account you are using exists and is correctly associated with the specified Azure Active Directory tenant. Ensure that the user is not trying to sign in with a different account than the one expected.
Check Tenant Configuration: Double-check the tenant configuration to ensure that the specified Azure Active Directory tenant is correct. If you are expecting the user to belong to a different tenant, make sure they are signing in with the correct credentials.
External User Addition: If the user account is indeed supposed to be external to the tenant, follow these steps to add them as an external user:
- Go to the Azure Active Directory portal.
- Navigate to "External Identities" > "External Collaboration Settings."
- Enable external collaboration if it's not already enabled.
- Add the user as a guest user or external user to the tenant using their email address.
Sign Out and Sign In Again: After adding the user as an external user, ensure that they sign out of their current session and sign in again using the correct credentials. This step is essential to ensure that the changes take effect and the user's session is refreshed.
I hope this helps, please let us know if you need more help.
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.