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

Rohit Gavfale 11 Reputation points
2020-06-19T05:30:10.827+00:00

Hello Team,

I have used NodeJS Quickstart Application for Single Sign on using OpenID Connect method.

I am unable to login and facing the below error:

10260-error.png

Please suggest the required steps to sign in.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,563 questions
{count} votes

2 answers

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,311 Reputation points
    2020-06-19T07:00:47.987+00:00

    Hi @Rohit Gavfale

    Looks like the Node.js Graph Tutorial application requires needs 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.

    So you would need to contact Global Administrator to provide consent. If this is microsoft.com tenant, you can open a request here

    -------------------------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer" wherever the information provided helps you. This will help others in the community as well.

    6 people found this answer helpful.

  2. Vasil Michev 95,666 Reputation points MVP
    2020-06-19T06:30:53.647+00:00

    As the message explains, you need Admin consent for this. Here's a detailed article on consent: https://learn.microsoft.com/en-us/azure/active-directory/develop/application-consent-experience

    1 person found this answer helpful.
    0 comments No comments