Analyse AD FS SAML Claims with Fiddler
In this post we want analyze the SAML assertion (Claims) from our AD FS server for several web applications. Therefore…
Mastering TShark (WireShark) in SUSE Linux Enterprise
TShark, the command-line version of Wireshark, is a powerful tool for capturing and analyzing network traffic on Linux. TShark offers…
Mastering Microsoft Entra Application Proxy
This post will walk you through each step of setting up the Microsoft Entra Application Proxy to publish on-premise web applications and Remote Desktop…
Configure Expires HTTP Headers and Cache-Control on Apache
One crucial method to speed up your page load time is to force your web server to send out the…
What is Microsoft Entra Verified ID?
Microsoft Entra Verified ID is Microsoft’s solution for Verifiable credentials (VCs). Verifiable credentials (VCs) are digital credentials which follow the relevant World Wide…
Configure Free/Busy Cross Request (Exchange Online and Exchange on-premise) when both Organizations are Hybrid
In my post below I was showing how you can configure free/busy calendar information for hybrid organizations, but only to share it…
Configuring federated sharing (free/busy calendar information) between Exchange Hybrid Organizations
In my last post we saw, how to configure federated sharing between two on-premise Exchange organizations. Now in this post I want to…
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…
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 –…