Top "Azure-active-directory" questions

Microsoft Azure Active Directory (Microsoft Azure AD) is a modern developer platform and IAM service that provides identity management and access control capabilities for your cloud applications.

How to get the azure account tenant Id?

My question is: Is it possible to get the azure active directory tenant id without using powershell command? I found …

azure azure-active-directory
How to validate Azure AD security token?

The following code gives me Azure AD security token, I need to validate that token is valid or not. How …

c# azure oauth oauth-2.0 azure-active-directory
Graph API - Insufficient privileges to complete the operation

When trying to access the Graph Service Client using I am receiving the error : Code: Authorization_RequestDenied Message: Insufficient privileges …

c# azure permissions azure-active-directory azure-ad-graph-api
What is the difference between an Azure tenant and Azure subscription?

I am struggling to distinguish how an Azure Subscription and an Azure tenant are different? I have tried figuring it …

azure azure-active-directory
What format is the exp (Expiration Time) claim in a JWT

I am using ADAL library to get access token for a resource. Does anyone know what format is the expiration …

jwt azure-active-directory adal
How to authenticate user with Azure Active Directory using OAuth 2.0?

I have a REST API written in C# and I need to authenticate with an existing Azure AD service. I …

c# authentication azure oauth-2.0 azure-active-directory
TokenValidationParameters no longer working after upgrade to 5.0.0

I have the following code which was working when I was using System.IdentityModel.Tokens.Jwt, Version=4.0.20622.1351 private static void …

c# azure azure-web-app-service azure-active-directory
AADSTS70005: response_type 'id_token' is not enabled for the application

AADSTS70005: response_type 'id_token' is not enabled for the application I am getting above error even after setting "oauth2…

azure azure-active-directory