Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,879 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I'm using de user-agent flow for logging in my application. The flow works, but due to limitations on the tool I'm using, I can't access the generated token. Is there any API or method that I can use to retrieve the token after the login?
Hi Pedro Vitorino , since there is currently no endpoint in the Graph API to obtain the token being used, other alternative methods I can provide is to write the display token function in your app to return the token obtained by the Graph SDK, I am not sure if this meets the needs of your scenario. Hope this suggestion could help you.