how to access same token

Blockpos Tech 20 Reputation points
2023-09-10T14:06:42.03+00:00

how to access same token just like how to create it User's image

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
16,656 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
4,008 questions
Microsoft Graph Explorer API
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,382 questions
{count} votes

Accepted answer
  1. Dillon Silzer 46,036 Reputation points
    2023-09-11T04:10:02.9666667+00:00

    If you are looking to generate an access token as an app, have a look at the following guide:

    Get access without a user

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

    "To call Microsoft Graph, an app must obtain an access token from the Microsoft identity platform. This access token includes information about whether the app is authorized to access Microsoft Graph on behalf of a signed-in user or with its own identity. This article provides guidance on how an app can access Microsoft Graph with its own identity, also called app-only access."


    If this is helpful please accept answer.


0 additional answers

Sort by: Most helpful