Skip to content

Commit

Permalink
Update developing-aspnet-apps-with-windows-azure-active-directory.md (d…
Browse files Browse the repository at this point in the history
…otnet#6259)

* Update developing-aspnet-apps-with-windows-azure-active-directory.md

* Update developing-aspnet-apps-with-windows-azure-active-directory.md
  • Loading branch information
Rick-Anderson authored May 7, 2018
1 parent 25eb2d5 commit 47e03a5
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ Developing ASP.NET Apps with Azure Active Directory
====================
by [Rick Anderson](https://github.com/Rick-Anderson)

> Microsoft ASP.NET tools for Azure Active Directory makes it simple to enable authentication for web applications hosted on [Azure](https://www.windowsazure.com/home/features/web-sites/). You can use Azure Authentication to authenticate Office 365 users from your organization, corporate accounts synced from your on-premise Active Directory or users created in your own custom Azure Active Directory domain. Enabling Windows Azure Authentication configures your application to authenticate users using a single [Azure Active Directory](https://docs.microsoft.com/azure/active-directory/) tenant.
>
> This tutorial was written by Rick Anderson [@RickAndMSFT](https://twitter.com/#!/RickAndMSFT)
Microsoft ASP.NET tools for Azure Active Directory simplifies enabling authentication for web apps hosted on [Azure](https://www.windowsazure.com/home/features/web-sites/). You can use Azure Authentication to authenticate Office 365 users from your organization, corporate accounts synced from your on-premise Active Directory or users created in your own custom Azure Active Directory domain. Enabling Windows Azure Authentication configures your application to authenticate users using a single [Azure Active Directory](https://docs.microsoft.com/azure/active-directory/) tenant.

This tutorial will show you how to create an ASP.NET application that is configured for sign-on with [Azure Active Directory](https://msdn.microsoft.com/library/azure/mt168838.aspx) (Azure AD). You will also learn how to call the Graph API to get information about the currently signed-in user and how to deploy the application to Azure.

Expand Down

0 comments on commit 47e03a5

Please sign in to comment.