Getting Umbraco to work with Azure Easy Auth
There’s a nifty feature in your Azure App Service that allows you to very quickly add authentication and authorization to your Azure website. You’ll see most folks calling this “Easy Auth” and there’s…
There’s a nifty feature in your Azure App Service that allows you to very quickly add authentication and authorization to your Azure website. You’ll see most folks calling this “Easy Auth” and there’s…
Want an easy way to lock out all back office users? Maybe you are performing an upgrade and want to make sure there’s no back office activity?Here’s a super handy script to do this:using System;using…
By default OWIN Cookie Authentication let’s you specify a single configurable cookie path that does not change for the lifetime of the application, for exampleapp.UseCookieAuthentication(new…