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

    Mar 16, 2023 · I tried to use this, but to get a client id and secrets I had to register an app in Azure Active Directory. I did all that and generated a token, however when using it in the request in …

  2. Azure Redis Cache with Entra ID Authentication - Stack Overflow

    Mar 6, 2024 · I am trying to add Azure Redis Cache to my .NET 8 api. I added the connectionString and added the code as: services.AddStackExchangeRedisCache( options …

  3. Azure Active Directory - Universal with MFA "missing" from SSMS ...

    Jan 4, 2024 · I am trying to connect to from SSMS/VS 2022 to a database hosted on Azure. When trying to login via either application, the authentication option "Azure Active Directory - …

  4. Azure ClientCertificateCredential - Using SNI - Stack Overflow

    Oct 4, 2023 · I'm trying to authenticate to an Azure AD Application using ClientCertificateCredential (in C#): using Azure.Identity; var credential = new …

  5. azure - ClientSecretCredential authentication failed: A …

    Mar 16, 2021 · I can also reproduce your issue on my side. To solve this issue, please follow the steps below. 1.Navigate to the Azure PowerShell task, check which service connection you …

  6. Authentication in Azure DevOps Server using Windows Auth

    Nov 27, 2023 · Here is my example to use the authentication with the local user account (username Alvin and its password) on the Windows machine hosting my Azure DevOps …

  7. How to authenticate when I try to git clone from azure git?

    Jun 26, 2020 · How to authenticate when I try to git clone from azure git? You could use your personal access token (PAT) or SSH to authenticate when you try to git clone from azure git.

  8. How to Get Azure Authentication Details on SignIn Activities via ...

    How to Get Azure Authentication Details on SignIn Activities via Microsoft Graph Asked 1 year, 5 months ago Modified 1 year, 5 months ago Viewed 695 times

  9. azure - MSAL for non-SPA? Server side authentication? - Stack …

    Dec 8, 2024 · To implement authentication in a traditional monolithic non-SPA application using Azure Active Directory/Microsoft Entra ID and Azure Single Sign-On (SSO), you can indeed …

  10. Authentication failed for Azure Git - Stack Overflow

    May 15, 2017 · UPDATE: Azure DevOps is removing "Generate GIT Credentials". Instead see doc Authentication with Azure Repos and GIT Credential Manager.