python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there any way to Access azure key vault secret with logged in AD access token using c#?
I have authenticated my windows app with azure AD , I have to get secret from azure key vault using logged in AD user Access Token , is there any way to do it ?
Mohamed Fayaz
Votes: 0
Answers: 0
Pull Azure Container Registry image from App Service using Managed Identity
We have an ACR which is in a separate resource group from the App Service that is attempting to pull images from it. Now we are brainstorming ways to get either credentials, or Managed Identities on t...
cody.codes
Votes: 0
Answers: 1
Infinite Loop between WebApp and AAD Authentication after introducing Application Gateway
We were trying to enable AppGateway on one of our WebApplication hosted on AppService which use OpenIDConnect to Auth the request against Azure AD using Code with PKCE flow.
Since our *.azurewebsite.n...
Aswin S
Votes: 0
Answers: 1
Azure tableclient in console app using interactive authentication
I'm trying to access Azure Table Storage using the TableClient class, but I want to authenticate using AzureAD credentials via the browser popup.
I have tried 2 approaches and are sure I have things c...
OrdinaryOrange
Votes: 0
Answers: 1