Misconfigured Application Causing Federation Setup failed
Applies to
- BleuXP
- Federation
Issue
The federation connection failed with the following error:
access_denied: AADSTS650056: Misconfigured application. This could be due to one of the following: the client has not listed any permissions for 'AAD Graph' in the requested permissions in the client's application registration. Or, the admin has not consented in the tenant. Or, check the application identifier in the request to ensure it matches the configured client application identifier. Or, check the certificate in the request to ensure it's valid. Please contact your admin to fix the configuration or consent on behalf of the tenant. Client app ID: xxxxxxxxxxxx. Trace ID: xxxxxxxxx Correlation ID: xxxxxxxxxxx Timestamp: 2023-08-07 11:27:52Z
Cause
Misconfigured Application Causing Federation Setup Issues
Solution
Configure and grant the following permissions for the Microsoft Graph API:
- Users > User.Read So your app can sign in users and read the signed-in users' profiles.
- Directory > Directory.Read.All So your app can read directory data on the signed-in user's behalf.
Partner Notes
partnerNotes_text
Additional Information
additionalInformation_text
Internal Notes
internalNotes_text
