Tag: Authentication
-
Register your app for authentication on the Azure Active Directory
To trust Azure Active Directory users on your application, you will need to create an app registration on Azure. Portal > Active Directory > App registrations > + New application registration Fill up the details of your app. The sign-on URL can be changed later so you can enter a local site…
-
Episerver with Azure AD authentication
In this post, I will go through the steps I took to disable the built-in membership provider of Episerver and instead use Azure’s Active Directory authentication. Register your Episerver app within your Azure Active Directory (AD) You will first need to register your app on the Azure AD. Follow this post I created before proceeding to…