rieskaniemi.com

yet another it blog

Generate long Azure application secrets using PowerShell

/

Azure portal limits secrets to expire every 2 years. Using PowerShell you can bypass this limit and create secrets past 2 years limit First install Azure AD PowerShell module if not already installed. Install-Module AzureAD After installation connect to Azure AD and run following commands to create new secret. In our example we create secret …

WordPress

Microsoft Entra ID (Azure AD) Single Sign-On (SSO) to WordPress

/

Organizations using WordPress as content management software (CMS) can take advantage of all security features implemented to Azure AD such as conditional access when logging into WordPress. This way access to WordPress could be limited to trusted devices only. Implementing SSO is easy as there are various OpenID plugins available. I am using a plugin …

Sophos Logo

How to use Azure MFA with Sophos UTM Firewall.

/

Sophos UTM firewall can be configured to use Azure MFA for Two-Factor authentication. After installing MFA extension with the help of great guide from Microsoft: https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-nps-extension you only need to define couple of settings in UTM and enable policies in NPS server to get it working. Unfortunately I only were able to set it up using …