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.

401- Unauthorized authentication using REST API Dynamics CRM with Azure AD

I'm trying to access a Dynamics CRM Online REST API with Azure AD oAuth 2 Authentication. In order to do so …

rest azure oauth-2.0 dynamics-crm adal
Update claims in ClaimsPrincipal

I am using Adal with Azure Active Directory and I need to add extra claims via custom OwinMiddleware. When I …

c# azure-active-directory adal
Azure Active Directory Logout with ADAL library

I used the my Azure Active Directory to protect my web API and I create a native application in the …

azure azure-active-directory adal
Acquiring new access token using refresh token adal js

I am working with an application that authenticate in azure ad. I use adal.js to acquire access token. But …

adal azure-active-directory adal.js
Create a new user in Azure Active Directory (B2C) with Graph API, using http post request

I have previously been adding users programmatically using Active Directory Authentication Library (ADAL), but now I need to define "signInNames" (= …

c# adal azure-ad-graph-api
how can I get refresh token

i learn this code sample :https://github.com/Azure-Samples/active-directory-dotnet-graphapi-web ,and yes ,i can get access token in AuthorizationCodeReceived : AuthenticationHelper.…

azure-active-directory adal
How can I configure the expiration time of an Azure AD access token (using ADAL)?

We use Azure AD to authenticate users into our WPF application, using their Office 365 accounts. This is done using the …

c# oauth-2.0 azure-active-directory access-token adal
ADAL.NET v3 does not support AcquireToken with UserCredential?

In ADAL.NET 2.x, we use the below code to acquire token from Azure AD using UserCredential and it works …

c# azure azure-active-directory adal
MSAL or ADAL library for use with Azure AD B2C and Xamarin

As of October 2016, is it still the case that the Microsoft Authentication Library (MSAL - NuGet package: Microsoft.Identity.Client) …

azure authentication xamarin adal msal
How can I send mail in office 365 REST API?

I've found the following documentation on how to send email using Office 365 rest API. This is the example given on …

exchange-server azure-active-directory adal office365api outlook-restapi