All
.NET
AD DS
AD FS
Amazon Web Services (AWS)
Atlassian
BGP
Blazor Server
C#
Dell PowerEdge
DevOps
E-Mail
Exchange
Fax Server
FreeBSD
General
Google Cloud
Hype-Jargon
IBM X3650
IEEE 802.11 WLAN
Infrastructure as Code (IaC)
IPv4 | IPv6
Kubernetes
Let's Encrypt
Linux
Microsoft 365 (Office 365)
Microsoft Azure
Microsoft Teams
OAuth2.0
OpenID Connect
pfSense
Postfix
PostgreSQL
PowerShell
Python
SAML 2.0
SAP
Security
Session Border Controller (SBC)
SQL Server
System Center
TLS/SSL
Visual Studio
VPN
Web server
Windows
X.509 PKI
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. With OAuth you can grant...
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 with their Google accounts using Google’s...
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 –...