How SAML 2.0 works
SAML 2.0 works similar like OAuth 2.0 with OpenID Connect (OIDC) on top as described in my following post. SAML…
How OAuth 2.0 and OpenID Connect works
OAuth which stands for Open Authorization is the de facto industry standard for online authorization. By using OAuth you can…
Using Google’s OAuth 2.0 API for an ASP.NET Core Web App
In this post I want to show how you can enable users to sign-in into a web app by using…
Azure AD – App Registrations vs. Enterprise Applications
Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management (IAM) service and an identity provider (IdP). Azure…
Create an ASP.NET Core Web App using Azure AD Authentication
In this post I want to show, how you can create a claim aware ASP.NET Core Web App with C# in Visual…
Create an ASP.NET Web Application (.NET Framework – Web Forms or MVC) using Azure AD Authentication
In this post I want to show, how you can create a claim aware ASP.NET web application (.NET Framework –…
Primary Refresh Token (PRT) in Azure and Microsoft 365
In a nutshell, the Primary Refresh Token (PRT) is a special high privileged refresh token where you can request access…
Providing SSO in Azure AD and Microsoft 365
With Azure AD Connect, you can synchronize on-premises Active Directory objects to Office 365 and Azure AD. Therefore users can…
Enable Hybrid Modern Authentication for on-premises Skype for Business and Exchange servers – Part 2 SFB
In this post we will configure Hybrid Modern Authentication (HMA) on our on-premises Skype for Business Server. This post is…
Enable Hybrid Modern Authentication for on-premises Skype for Business and Exchange servers – Part 1 Exchange Server
In this post we will configure Hybrid Modern Authentication (HMA) on our on-premises Exchange Server. This post is split into…