Showing results for Azure AD - Developer Support

Feb 20, 2019
Post comments count4
Post likes count1

Convert ASP.NET WebForms with Windows Authentication to use AAD

Developer Support
Developer Support

I work with a lot of enterprise customers that have sizable portfolios of Intranet web sites using Web Forms and Windows Integrated Authentication that they would like to move to Azure PaaS; however, we’ve found that a lot of documentation on these topics doesn’t extend back to Web Forms and instead targets .NET Core and MVC.

Azure ADasp.net
Feb 19, 2019
Post comments count0
Post likes count0

Handling Error AADSTS54005

Developer Support
Developer Support

On November 15, 2018 an update to Microsoft Azure Active Directory was released to bring AAD in line with the OAuth specification. This update prevents an authorization code from being used to obtain access tokens for multiple resources. The full release notes for this change can be found here.

Azure ADAuthenticationOAuth
Oct 3, 2018
Post comments count0
Post likes count0

Azure AD App Tracking with Logic Apps

Developer Support
Developer Support

Recently, I was asked by a customer with a very large internal Azure user base to help them find a way to keep track of Azure AD (AAD) application registrations in their directory. This customer has been on Azure for years, and the number of AAD application registrations has steadily grown during that time. There are so many applications now that i...

TeamAzure ADLogic Apps
Jun 25, 2018
Post comments count0
Post likes count0

How to fetch a user’s profile from Azure Active Directory using PowerShell

Developer Support
Developer Support

In this post, App Dev Manager Chev Bryan demonstrates how to fetch a user’s profile from AAD using PowerShell.On my recent journeys helping customers migrate from TFS to VSTS; one of the most common obstacle is verifying that users marked for active import to VSTS have matching AAD records. Thankfully there is a fairly streamlined way to do this us...

TeamAzure ADPowerShell
May 7, 2018
Post comments count0
Post likes count0

Multi-Tenant Applications and Azure AD

Developer Support
Developer Support

Following up on a previous blog post, Premier Developer Consultant Marius Rochon describes recent changes and compares the use of Azure AD multi-tenant features with the custom features in B2C.Read Marius’s first post here.Since then, there have been some changes to the demo application regarding new modes and new features. In his follow-up post, M...

TeamAzureAzure AD
Mar 14, 2018
Post comments count0
Post likes count0

Client Directed Authentication with Azure Mobile Apps

Developer Support
Developer Support

App Dev Manager Nicholas McCollum walks through creating an Azure Mobile App that uses client directed authentication via Azure AD. Azure Mobile Apps are built on Azure App Services. Through the Azure portal you can configure your Azure Mobile App to provide sign in, push notifications, and data synchronization. When you configure sign in th...

TeamAzure ADMobile Development
Oct 9, 2017
Post comments count0
Post likes count0

Developing an Azure AD B2C multi-tenant application

Pam Lahoud
Pam Lahoud

In this post from his blog, Premier Developer consultant Marius Rochon provides a demo application that illustrates how to use Azure Active Directory B2C for authentication in a multi-tenant application.The 'regular' Azure AD has build-in support for multi-tenant applications. In that case, a user from any Azure AD tenant can sign in to an applicat...

Azure ADAuthenticationMarius Rochon
Sep 29, 2017
Post comments count0
Post likes count0

Getting Started with the Azure AD B2B Invite API

Developer Support
Developer Support

This post is provided by Senior App Dev Manager Nick McCollum, who introduces us to Azure Active Directory B2B collaboration. Azure Active Directory Business to Business (B2B) Collaboration enables your business partners to selectively access your corporate applications. In the original release of the product the invitation experience requir...

TeamAzure ADB2B
May 12, 2017
Post comments count0
Post likes count0

Using Azure AD to enable partner access to SharePoint 201x

Monu Bambroo
Monu Bambroo

In this post, Premier Developer Consultant Marius Rochon shows us how to use Azure AD to enable partner access to Sharepoint 201x. The following summarizes my experience with setting Azure AD as authentication provider for Sharepoint 2013 or 2016. This setup enables access to SharePoint for external users (business partners, customers). While th...

AzureSharePointAzure AD
Sep 27, 2016
Post comments count0
Post likes count0

Using Azure AD to authenticate public clients to SQL Azure

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Marius Rochon shows how to use Azure AD to authenticate public clients to SQL Azure. Azure AD enables access authorization to SQL Azure as an alternative to providing username/password information in the connection string: https://azure.microsoft.com/en-us/documentation/articles/sql-da...

TeamAzure ADAuthentication