User is logged in (Windows 10) and connected to Azure AD, but can't setup any software since administrator account is required. When I try to use admin account,
I m working with azure add and have more then 10 microservices. have existing implementation with ADAL library. now I have started converting my microservice to
Background Information I have two separate PowerShell scripts. One uses an ARM template to deploy a function app, along with storage accounts etc. It runs unde
I'm trying to access graph api. I'm using MSAL4J to access the graph apis. But I'm getting com.microsoft.aad.msal4j.MsalClientException: java.net.SocketTimeoutE
I'm trying to access graph api. I'm using MSAL4J to access the graph apis. But I'm getting com.microsoft.aad.msal4j.MsalClientException: java.net.SocketTimeoutE
I want to query all users in Azure Active Directory who have an app role assigned to. I am looking for something like this: private readonly GraphServiceClient
My application has authentication backed by SAML based Single sign on. The identity provider for the application is Azure AD. The application have different cla
I'm pretty new to Azure AD and I could get the AD login working with username and password after setting client IDs, Domain and SignupSignin policies. My questi
I am using Azure DevOps with a Microsoft Account (@outlook.com). The same account is co-administrator of 3 different Azure Subscriptions. I am trying to create
I am integrating Microsoft's login using Django Microsoft Authentication Backend. I have managed to to get a successful response and create a new "Microsoft" us
In the below image as you could see I'm getting the warning, "Not granted for SKCET Corporation Private Limited", what should I do to remove it ?
I am trying to create a custom role in Azure that would allow Subscriptions "owners" to do quite everything but cancelling/renaming their own subscriptions or m
To isolate the problem, I have created the famous Visual Studio default "weather forecast" .NET core project with angular and tried to make the Angular ClientAp
I'm attempting to gain access to Business Central Admin Center API, but I'm having some difficulties. I'm having the idea that it has something to do with the a
I have the following scenario, I have a backend developed in node with express and protected with passaport-azure ad, and I have an application that must consum
Error while connecting an azure bot to the server.
Following this procedure: https://docs.microsoft.com/en-us/graph/auth-v2-user I'm trying to get a refresh token from this microsoft end point: https://login.m
As per this we implemented Spring boot auth with Azure AD: https://ordina-jworks.github.io/security/2020/08/18/Securing-Applications-Azure-AD.html Here the acce
Setup: Users are created on On-Prem AD and synced to Azure AD via Azure AD Connect I have a single-tenant app set up on Azure AD I created a user (On-Prem, sync
Working on an Azure AD-based authentication using OAuth2 and its On-Behalf-Of authentication flow. I am wondering how to actually check the token comparison bet