Single Sign-on with Microsoft Entra ID #3 in Users & Membership
Single Sign-on with Microsoft Entra ID (for WordPress)
by Philippe Signoret · github.com/psignoret/aad-sso-wordpress · website
★ 279stars
587release downloads
80forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/psignoret/aad-sso-wordpress/releases/download/v0.7.0/aad-sso-wordpress-0.7.0.zipFrom the readme
Sign Sign-on with Microsoft Entra ID (for WordPress)
A WordPress plugin that allows organizations to use their Microsoft Entra ID (formerly known as Azure Active Directory) user accounts to sign in to WordPress. Organizations with Office 365 already have Microsoft Entra ID (Microsoft Entra ID) and can use this plugin for all of their users.
- Microsoft Entra ID group membership can be used to determine access and role.
- New users can be registered on-the-fly based on their Microsoft Entra ID profile.
- Can always fall back to regular username and password login.
This is a work in progress, please feel free to contact me for help. This plugin is provided as-is, with no guarantees or assurances.
In the typical flow:
1. User attempts to log in to the blog. At the sign in page, they are given a link to sign in with their Microsoft Entra ID work or school account (e.g. a Microsoft 365 account).
2. After signing in, the user is redirected back to the blog with an authorization code, which the plugin exchanges for a ID token, containing a minimal set of claims about the signed in user, and an access token, which can be used to query Microsoft Entra ID for additional details about th
Read the full README on GitHub →