Showing results for Active Directory - Developer Support

Apr 26, 2017
0
0

Using ADAL with Angular2

Developer Support
Developer Support

In this post,  Senior Application Development Manager, Vishal Saroopchand, walks us through an example of ADAL with Angular2. The primary goal of this post is to give a high level walkthrough on how to use ADAL (Azure AD Authentication Library) with Angular2. ADAL ships with support for Angular1; however, there are no clear guidance for Angu...

TeamADALActive Directory
Mar 8, 2016
0
0

Developer’s Guide to Automated Install of ADFS On Windows Server 2016 (TP4)

Pam Lahoud
Pam Lahoud

In a recent article on his blog, Premier Developer Consultant Razi Rais outlines the steps required to set up a developer environment instance of Active Directory Federation Services on the current Technical Preview (TP4) of Windows Server 2016.  Here’s a snippet of Razi’s article, be sure to follow the link to his blog for the ful...

Razi RaisActive DirectoryDevelopment Environment
Mar 3, 2016
0
0

Changing user password in Azure AD using GraphAPI

Pam Lahoud
Pam Lahoud

Recently, Premier Developer Consultant Marius Rochon posted this article on his blog regarding changing passwords in Azure AD that may be helpful to those of you facing this specific scenario in your applications: If this is something you are facing, read the rest of Marius’ article here for the solution, including a code sample: http://...

AzureAzure ADMarius Rochon
Feb 18, 2015
0
0

Using Azure AD to authorize Service Bus requests

Pam Lahoud
Pam Lahoud

Most Service Bus examples use symmetric keys directly in applications needing access to the Service Bus, usually as part of the connection string. That approach does not work so well with widely distributed applications, e.g. desktop or mobile apps.  In the latest post from his blog, Marius Rochon gives an example of how to use Azure Active Di...

TeamAzureAzure AD
Jan 20, 2015
0
0

Should an application handle user credentials?

Pam Lahoud
Pam Lahoud

With development of standard authentication protocols like WS-federation, SAML and OAuth, there should be very few situations where a web application has to implement its own storage and logic for handling user credentials. This blog from Premier Developer consultant Marius Rochon enumerates the benefits of using out-of-the-box authentication solut...

TeamSecurityAdvisory