About 1,380,000 results
Open links in new tab
  1. How to get a Microsoft Azure Authorization Token

    Mar 16, 2023 · The Microsoft Azure Cost Management Query site offers an interactive panel to test out its REST APIs on the browser. It all works just fine, however I can't figure out how the …

  2. azure - Microsoft Entra ID: Receiving Old Token Version Despite …

    Apr 16, 2024 · I'm integrating Microsoft Entra ID with my web app using OAuth2 for a dedicated app registration specific to my tenant. Despite setting the accessTokenAcceptedVersion in the …

  3. Using v2 token endpoint still giving v1 token: Azure Active Directory

    Dec 8, 2022 · I created a new app registration and set scopes for Application.Read.All and User.Read.All. I exposed one custom scope as access_as_user. Using v2 token endpoint still …

  4. azure - Access Token For User managed identity configuration

    Mar 14, 2025 · To get access token using User assigned Managed Identity, you need to include either client_id or object_id in the PowerShell script. Initially, I created one user-assigned …

  5. azure - How to get access token using refresh token AzureAD

    Oct 14, 2022 · I want to get access token with the help of refresh token that I got previously. I got tokens using scope: user.read offline_access openid in oauth2 endpoint: https ...

  6. Using POSTMAN to get Authorization Code - OAuth2.0

    Sep 20, 2020 · Yes i agree, but when you google "how to test OAuth2.0 using postman" - you find that, its a single request which should be the user profile URL, and in the authorization tab, we …

  7. Configuring hadoop-azure abfs driver to authenticate with storage ...

    Nov 2, 2023 · The Azure docs on the ABFS dreiver explicitly say that it is posible to authenticate an end user but don't mention how. Microsoft Entra ID OAuth Bearer Token: Microsoft Entra …

  8. Access Azure Blob storage of a user using oauth2 token obtained

    Dec 19, 2019 · In Azure blob storage what I need is to get the access token when a user signs into his account, and by using this access token to perform list/upload/download the files in …

  9. azure - Microsoft Entra ID Oauth2 Client Credentials and Group …

    Dec 18, 2024 · I created a Enterprise App on Azure portal, assigned a group called TEST_GPR. Now I'm trying to generate a access_token using client_credentials flow: curl --location …

  10. oauth 2.0 - Proper usage of OAuth2 scopes - Stack Overflow

    Apr 12, 2023 · For example, an Azure AD admin is granting a scope to a user to enable them to edit documents. This seems like a workaround to achieve some kind of access control, rather …