Hello @Leon Cangini
Here are a few things you could try:
- Ensure that the user is signing in with an account that exists on the same tenant where the application is registered.
- If the user is an external user, you might need to invite them as a Guest to your Azure AD tenant.
- Check the authority you’re using in your application. For example, if you’re using
login.microsoftonline.com/{tenantId}
, ensure that the user has the necessary role (like Global Administrator). If the user doesn’t have the role, it might return the error. - If you’re using
{tenantName}.ciamlogin.c
om
, ensure that it prompts for AD accounts.
If these steps don’t resolve the issue, please provide more details about your setup (like the type of accounts you’re using, the tenant setup, etc.), and I’ll do my best to assist you further. Does this answer your question?