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.

Acquire token silently using ADAL JS

I have already established session with Azure AD through Open ID Connect, how do I acquire token silently from the …

azure-active-directory adal adal.js
401 error when authenticating to an Azure API App using AAD

I have an API app that has been working fine with a Gateway Host and now that the gateway host …

c# azure azure-active-directory adal azure-api-apps
ADAL v3: How to authenticate using UserPasswordCredential?

ADAL v3 has the UserPasswordCredential class, but I cannot find a working implementation. There's no AcquireToken overload which accepts a …

adal
CORS preflight request responds with 302 redirect in Azure hosted Web API

Scenario: I have two ASP.NET web applications hosted separately on Windows Azure and both associated to the same Azure …

angularjs azure asp.net-web-api cors adal
Using an AutoRest C# client to access a Web API with a bearer token - TokenCredentials does not work

EDIT 10/24 I think this was all likely user error - see my answer below for remedy before getting too deep …

c# asp.net-web-api adal bearer-token autorest
In Active Directory, what is a resource?

In the examples and tests for the AAD node.js library, 00000002-0000-0000-c000-000000000000 is always passed as the …

adal
ADAL .Net Core nuget package does not support UserPasswordCredential

In ADAL.Net 3.x UserPasswordCredential is introduced on top of UserCredential from 2.x. But the same UserPasswordCredential is not exposed …

c# authentication azure-active-directory .net-core adal
Angular 2 Authenticatication with on-prem ADFS

We have decided to use Angular 2 as the framework for our new project. In trying to deal with the security …

angular adfs adal