CyberNinjas / pam_aad

Azure Active Directory PAM Module
GNU General Public License v3.0
55 stars 19 forks source link

AADSTS65005: Misconfigured application. #6

Closed Jnchi closed 5 years ago

Jnchi commented 5 years ago

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. Please contact your admin to fix the configuration or consent on behalf of the tenant. Client app ID: bb06bf4e-aae1-4a46-ab71-21b17d050466.

Windows Azure Active Directory Permissions

Delegated Permissions:

Application Permissions: None

Jnchi commented 5 years ago

Microsoft Support - "AADSTS65005" error when you try to sign in to Microsoft Cloud services

Quickstart: Register an app with the Azure Active Directory v1.0 endpoint

Granting Tenant Admin Consent for Microsoft Graph Explorer

Jnchi commented 5 years ago

microsoftteams-image

Delegated Permissions -> Sign in and read user profile

Jnchi commented 5 years ago

Group

Name Group Type Membership Type
CyberNinjas Office Assigned
Jnchi commented 5 years ago

1) Login to Microsoft Azure Portal.

2) In the sidebar on the left, navigate to "Azure Active Directory" -> "App registrations (Preview)"

3) Select existing application (Azure Active Directory PAM).

4) Under "Manage", select "Authentication" -> "Implicit grant", then check ID tokens.

Jnchi commented 5 years ago
Enable Access
- Windows Azure Active Directory
+ Microsoft Graph

The original azure application used the Windows Azure Active Directory API, not Microsoft Graph.