Share via

Office 365 Microsoft Graph

Martin Sebastian 21 Reputation points
2022-03-17T17:40:55.74+00:00

Estoy intentando conectarme a mi cuenta de correo empresarial con los siguientes datos:

https://login.microsoftonline.com/common/adminconsent?client_id=0e1bd1e4-396a-4c3f-9719-555304f907e9&state=12345&redirect_uri=http://localhost/myapp/permissions

Ya hicimos todo en azure, luego de confirmar mi cuenta de correo, muestra lo siguiente:

184167-screenshot-77.png

necesito saber que podria faltar, ya que los permisos ya fueron dados

Microsoft 365 and Office | Development | Microsoft 365 Publishing
Microsoft Security | Microsoft Authenticator
Microsoft Security | Microsoft Graph

Answer accepted by question author

CarlZhao-MSFT 46,456 Reputation points
2022-03-18T06:59:59.753+00:00

Hi @Martin Sebastian

The admin consent URL is to grant tenant-wide admin consent, it includes administrator permissions and user permissions, which requires you to log in with an administrator account and consent. Your normal user cannot log into the admin consent URL and consent, it can only grant user consent to the application on its own behalf (like when acquiring an access token), not on behalf of the entire tenant.


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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