Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.2 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.2 KB

Azure App Service Authentication / Authorization (Easy Auth)

This repository is intended for public-facing documentation, samples, and issue tracking for Azure App Service Authentication / Authorization.

Documentation can be found in the wiki.

What is Easy Auth?

Authentication / Authorization (which I’ll refer to as Easy Auth throughout this repository) is a feature of Azure App Service that allows you to easily integrate a variety of auth capabilities into your web app or API. It’s built directly into the platform and doesn’t require any particular languages, SDKs, security expertise, or even any code to utilize. This is why we call it easy – anybody can leverage it, even non-developers, with just a few clicks in the Azure Management Portal.

More Resources

For official documentation on Easy Auth, please see the Authentication and Authorization in Azure App Service topic on docs.microsoft.com.

For announcements, feature descriptions, and technical deep-dives, see my blog.