python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Moving Azure credentials to Docker
I have a Docker volume from ${USERPROFILE}/.azure to /root/.azure:rw. In my Dockerfile, I'm installing az-cli and then using DefaultAzureCredentials class in .NET (https://learn.microsoft.com/en-us/do...

user17365408
Votes: 0
Answers: 2
Microsoft Graph API Android 502 Bad Gateway
I'm currently following Microsoft's tutorial at this link to integrate the Graph API into my project. I have gotten as far as adding all of the suggested edits to my app gradle file, as well as creati...
Zachary Bell
Votes: 0
Answers: 1
MSAL TokenCacheHelper.cs failes to build because of "Protect" and "Unprotect"
I'm am trying to use the provided C# MS Graph/MSAL application to create an application that utilizes the OneDrive API. I literally copy/pasted from the provided example code into my solution and I ca...
Michael Gonzales
Votes: 0
Answers: 1
azure oauth 2.0 how to protect web api from external organization web api?
I am new to Azure and trying to protect/web api hosted in azure using oauth 2.0.
This web api will be called from other web api/deamon which is in control of other organization.
I am aware of client c...
PRLearner
Votes: 0
Answers: 1