Top "Adal" questions

The Azure Active Directory Authentication Libraries (ADAL) gives you the ability to add support for Microsoft's cloud identity APIs to your application, including support for Office365 and Work Accounts.

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
Azure AD Logout URL not redirecting

I am building the following URL https://login.microsoftonline.com/<tenantid>/oauth2/logout?client_id=<clientId>&…

azure azure-active-directory adal
Why does AcquireToken with ClientCredential fail with invalid_client (ACS50012)?

Why won't my Azure AD application allow an oauth client_credentials grant? I want to use the Azure Graph API, …

azure oauth .net-4.0 azure-active-directory adal
AcquireTokenSilent always Failed to acquire token silently

Using ADAL I have two AuthenticationContext using a Token Cache persisted in SQL. Using AcquireTokenByAuthorizationCode it writes the Token in …

azure oauth azure-active-directory azure-webjobs adal
How to generate JWT Token with IdentityModel Extensions for .NET 5

I am using IdentityModel Extensions for .NET version 4 to generate JWT token with symmetric key and SHA256 as below and …

c# azure jwt azure-active-directory adal
How to integrate azure ad into a react web app that consumes a REST API in azure too

I have one web app which is React, and I already configured Azure AD Authentication for the web app itself. …

javascript reactjs azure-active-directory adal adal.js
ADAL JS - response_type="token" is not supported

I'm using adal js to auth with Azure AD. I have webApp and webApi. Pretty much my apps follow this …

azure adal
How to wait for 'AuthenticationContext.AcquireTokenAsync()' synchronouslly?

First of all, I'm not sure if this is important, but for the reasons mentioned by @Simon Mourier in him …

c# .net outlook office365 adal
How to correctly send a PATCH request

I need to call this REST endpoint PATCH https://graph.windows.net/contoso.onmicrosoft.com/users/[email protected]?…

c# rest azure adal
Get a list of groups that Azure AD user belongs to in claims

I am authenticating users of my web api against Azure Active Directory. Now I want to get a list of …

.net azure-active-directory adal azure-ad-graph-api