Azure.Identity library from Microsoft to authenticate against Azure AD
Questions tagged [azure-identity]
174 questions
0
votes
1 answer
Difference between Role Assignments and appRoleAssignments in Microsoft Azure
What is the difference between Role Assignments and appRoleAssignments in Microsoft…

Shambhavi Rai
- 321
- 4
- 19
0
votes
1 answer
Connect to Azure KeyVault from WPF app Net Core 3.1
In my current Net Core 3.1 WPF project I want the user to be able to connect to a Azure Key Vault.
I have a key vault set up with some access policies set up or users.
In the documentation I read a lot about setting up connection to a key vault with…

CMorgan
- 645
- 2
- 11
- 33
0
votes
1 answer
AzureAppConfiguration does not work with Azure.Identity.TokenCredentials
I try to add AzureAppConfiguration to my dotnet core web application using the following Code:
var azureCredential = new DefaultAzureCredential();
config.AddAzureAppConfiguration(options =>
options.Connect(new…

quadroid
- 8,444
- 6
- 49
- 82
0
votes
2 answers
How to install module Az.ManagedServiceIdentity in Self-Hosted Agent Pool in ADO
I want to install the Az.ManagedServiceIdentity in Self-Hosted Agent Pool in ADO.
Does it require access and Az.Connect and Az.Account commands.
I want to create an user assigned identity using below command -
New-AzUserAssignedIdentity…

Yogesh Kulkarni
- 339
- 6
- 24
0
votes
1 answer
[AuthBot]add authentication to azure bot web app
I'm trying to add some authentication to my bot i followed this article link to do it and i used the AuthBot sample to test it
1- created azure identity provider
2- created connection in azure bot app service for the Azure active directory 2…

Shereen Fathy
- 21
- 6
0
votes
2 answers
Trying to make some sense out of all variants of token credentials while getting tokens for Azure Key Vault
I'm building a Web API using .Net 5. The Web API is protected by Azure AD and is accessible by a single tenant. The Web API will connect to other Azure resources (Storage, Cosmos DB etc.), the connection strings of those are stored in Azure Key…

Gaurav Mantri
- 128,066
- 12
- 206
- 241
-1
votes
1 answer
Best Azure AD Solution to automatically Sync Users/Groups from one Azure AD Tenant to another
Looking for ideal solution in Azure AD to automatically sync users between two Azure AD Tenants
The scenario i'm looking for is as follows
Corporate and our business project has separate Azure AD Tenants
Want to leverage Corp Azure AD to sync…

Sam-Tahir
- 191
- 3
- 15
-1
votes
2 answers
azure active directory get access token using SPN with certificate in msal-node js facing error "ERR_OSSL_PEM_NO_START_LINE "
I am trying to get access token from azure using msal node and need to follow service principle with certificate. Currently i am using key-vault url to read certificate. My references doc is…

Avani Bataviya
- 750
- 1
- 6
- 20
-2
votes
1 answer
Azure Python Web App attempts to get access token all result in [WARNING] Worker with pid xx was terminated due to signal 11
In Azure I am using a python web application and using a system assigned managed identity to access an azure sql database. The code works fine locally.
The original code:
azure_credentials = identity.DefaultAzureCredential()
raw_token =…

L_Daniels
- 26
- 3