Previously, I have blogged about extending your on-premise Active Directory to Windows Azure by using the Azure AD Sync tool. In this post, I will show you how users can authenticate to Visual Studio Online with Azure Active Directory. Before We Get Started If you have not already configured your on-premise domain for Azure Active Directory synchronization, refer back to…
Tag: active directory
Use Azure Active Directory and Windows Identity Foundation to Authenticate in MVC
In my last post, I showed how to use Azure Active Directory sync to extend your local Active Directory into Azure. In this post, I’m going to show you how to use Azure Active Directory and Windows Identity Foundation to authenticate in MVC by leveraging the Brosteins.com Azure Active Directory. I’ll then configure my MVC site to use Organizational Accounts.…
Using Azure Active Directory Sync to Extend your Local AD into Azure
Hosting a website in Azure that is secured with on-premise domain credentials has never been easier. In this post, I’ll walk you through how to setup Azure Active Directory and Azure AD Synchronization (AAD Sync). In a future post, I’ll show you how to use your extended Azure Active Directory to authenticate users to an MVC application using ASP.NET Identity.…