About 34,200,000 results
Open links in new tab
  1. Clarification on id_token vs access_token - Stack Overflow

    Oct 11, 2017 · The access_token is standing as your credential to access a resource. At the end, you will use an access_token to request a resource, and then if you need specific data from the logged in …

  2. How to obtain the OIDC access token in Blazor with .NET 8

    Aug 6, 2024 · I also tried AddBearerToken() as described in New in .NET 8 but that made no difference. I have reviewed the pages linked from How to get access token claims in a Blazor Server app using …

  3. How to fix error in Postman's get new access token?

    Oct 17, 2024 · Configurations: Auth type: Oauth 2.0 Client Id: provided Client Secret: provided grant_type: client_credentials I am trying to retrieve an access token in Postman by clicking …

  4. How to get an Instagram Access Token - Stack Overflow

    May 11, 2013 · Then that's going to the log in page , but the most important thing is how to get the access token after the user correctly logging in. After the user click the log in button with both correct …

  5. SharePoint Rest API how to get Access Token? - Stack Overflow

    Aug 9, 2020 · Just starting to work with SharePoint and Microsoft authentication and trying to get a SharePoint List into a JavaScript App. From Microsoft documentation, I need to use the following: …

  6. Access GitLab repo with project access token - Stack Overflow

    Sep 16, 2020 · According to the documentation, it should be possible to access GitLab repos with project access tokens: The username is set to project_{project_id}_bot, such as project_123_bot. …

  7. What is the OAuth 2.0 Bearer Token exactly? - Stack Overflow

    Sep 15, 2014 · According to RFC6750 -The OAuth 2.0 Authorization Framework: Bearer Token Usage, the bearer token is: A security token with the property that any party in possession of the token (a …

  8. What is the Access Token vs. Access Token Secret and Consumer Key …

    Jan 21, 2015 · Access token is what is issued to the consumer by the service provider once the consumer completes authorization. This token defines the access privileges of the consumer over a …

  9. How does `az account get-access-token --resource api://<appid>` …

    Jan 30, 2024 · When you run the az account get-access-token command, the Azure CLI acts as a client application and uses its own credentials to obtain the access token.

  10. Facebook Access Token for Pages - Stack Overflow

    Choose your app from the dropdown menu Click "Get Access Token" Choose the manage_pages permission (you may need the user_events permission too, not sure) Now access the me/accounts …