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
Category: Azure Active Directory
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
Compare- Microsoft Graph API vs Azure AD Graph API
For a long time I have been a big lazy developer. I was quite happy in my world of on-premise computing and writing add-ins for my on-premise SharePoint unaware of what's happening in the cloud. Then suddenly we decided to migrate to Office 365 and reality struck me hard. The azure world is so different and … Continue reading Compare- Microsoft Graph API vs Azure AD Graph API