What Is Causing This Error?
The error AADSTS700016 arises due to a discrepancy with the Application Identifier when trying to authenticate with Microsoft Entra ID (AD).
Essentially, Microsoft Entra ID struggles to identify the Application ID because it might not have been appropriately set up or lacks the required permissions.
Additionally, this issue might surface if there’s a mix-up between the Client Secret and the Client ID. Another scenario triggering this error is when the authentication request is directed at an incorrect Microsoft Entra ID tenant.
Resolving the Error
To address this error:
- Verify the Application Identifier: Double-check that you’re using the correct Application ID in your plugin settings. Avoid confusing it with the Client Secret or other credentials.
- Cross-Check Permissions: In the Azure portal, ensure that all required API permissions for your application are granted. Any missing permissions can cause this error.
- Double-check Redirect URL: In the Azure portal, ensure that the correct Redirect URL is added under the Authentication tab.
That’s it! Now you know the common causes of the AADSTS50011 error and how to resolve it.
If you’d like to learn how to troubleshoot other common errors, check out the following tutorials: