python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Azure Identity client library for Python picks up the wrong tenant ID
I'm using Azure Identity client library for Python to authenticate a local server for testing. It works well for the people that has no private tenantID under managedByTenants because the identity lib...
SLN
Votes: 0
Answers: 1
Change Azure Subscription/tenant in Visual Studio 2022
I recently migrated my azure functions project from .net core 3.1 to .net 6 and thus, to VS 2022. I am using the Nuget Azure.Identity package to authenticate to other azure services. When running my a...

Tarek Salha
Votes: 0
Answers: 1
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 Ten...

Sam-Tahir
Votes: 0
Answers: 1
Azure MSAL: Using the Token cache with client credentials
The way I am obtaining a token for my apps looks currently like this:
IConfidentialClientApplication app = ConfidentialClientApplicationBuilder.Create(_clientId)
.WithClientSecret(_...
David Mason
Votes: 0
Answers: 1