Set up MediaWiki on Ubuntu 20.04.3 LTS
In this post I want to go through the separate steps to set up the open source software MediaWiki on…
Move Home Directory to another dedicated Drive/Partition in Linux
By default the home directory will be installed within the OS hard drive and root partition. Below you will see…
Change Owner for Azure AD joined Windows 10 Devices
Under Azure Active Directory – Devices – All devices you will get a list of all devices which are Azure…
Azure Stack Hub, HCI and Edge
In this post I want to summarize some information about the Azure Stack family. This is well documented from Microsoft….
Non Converged vs. Converged vs. Hyperconverged Infrastructure
In this post I want to give you a summary about what all these terms (marketing buzzwords) in the title…
Set up Windows Hello for Business Hybrid Azure AD joined Devices
In one of my last posts you will see how to disable the mandatory Windows Hello for Business Prompt (provisioning)…
Disable Mandatory Windows Hello for Business Prompt on Azure AD joined Devices
If you join your device to Azure AD by using the Access work or school settings, the device by default…
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…