In this blog, I want to share my recent experience of migration of Azure AD Authentication from Federated authentication using Okta as the Identity Provider to Cloud Authentication (Pass through in my case, but similar process & principles to be followed for Password Hash Authentication). Scenario This post is helpful if you have below current … Continue reading Azure AD: Migrate from Federated Authentication to Cloud Authentication
Tag: Azure AD
Block guest/external users from internal Enterprise Azure applications
Scenario You want to create an internal application for your organization which is accessible to all internal users. Now you decide to host the application in Azure and you use the native Azure way of protecting the app by enabling the App service authentication and configuring Azure AD authentication like below: Now this will make … Continue reading Block guest/external users from internal Enterprise Azure applications