Error while accessing web app even though added in User & group in Microsoft Entra ID.

Vijayakumar Elumalai 105 Reputation points
2023-10-25T09:22:00.51+00:00

I have created a web app and Authentication done using Identity provider as Microsoft. Properties -> Assignment Required field set to "Yes" in Microsoft Entra Admin Center and also added my name in Users & Groups section. But when accessing the web app url i am getting below error,

"needs permission to access resources in your organisation that only an admin can grant. Please ask an admin to grant permission to this app before you can use it."

Please let me know how to resolve this error.

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
950 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,903 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 30,296 Reputation points Microsoft Employee Moderator
    2023-10-25T11:50:24.04+00:00

    Hi @Anonymous ,

    Thanks for reaching out.

    I understand that you are trying to access the application but getting error to require Admin consent.

    This error usually comes when the application requires one or more permissions which only Global Admin can consent for. There are some permissions for which standard users can provide consent but if the application needs high level permission for example Directory.ReadWrite.All with which any changes can be made to the directory, above message is displayed and only Global Administrator can consent those permissions.

    Additionally, you can check for Admin Consent Workflow is disabled in your Enterprise Applications->Consent &Permissions

    User's image

    Reference - https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/configure-admin-consent-workflow

    Hope this will help.

    Thanks,

    Shweta


    Please remember to "Accept Answer" if answer helped you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.