Como autenticar o Graph para utilizar a API / How to authenticate Graph to use the API

Anonymous
2024-03-18T20:30:49.9466667+00:00

Estou tendo muita dificuldade em autenticar um usuário da minha empresa no Microsoft Graph, pois estou criando um sistema web de agendamentos de reuniões, e preciso fazer essa conexão para salvar as reuniões no calendários dos colaboradores.

// I'm having a lot of difficulty authenticating a user from my company in Microsoft Graph, as I'm creating a web system for scheduling meetings, and I need to make this connection to sae meetings on employees' calendars.

Microsoft Security | Microsoft Authenticator
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Claudia Dos Santos Haz (CONCENTRIX CORPORATION) 1,120 Reputation points Microsoft External Staff
    2024-03-19T15:48:32.9733333+00:00

    Hi @William Ferreira,

    Welcome to Microsoft Q&A and thanks for reaching out.

    https://learn.microsoft.com/en-us/graph/auth-v2-user?tabs=http

    1. Register the app with Microsoft Entra ID.
    2. Request authorization.
    3. Request an access token.
    4. Use the access token to call Microsoft Graph.
    5. [Optional] Use the refresh token to renew an expired access token.

    Best regards,

    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.