Description
Login with Microsoft Entra ID simplifies the process of integrating Microsoft Entra ID (formerly Azure AD) with your WordPress site. This plugin enables secure Single Sign-On (SSO), allowing users to log in with their Microsoft Entra ID credentials.
Key Features
- Microsoft Entra ID Single Sign-On (SSO)
- Keep your credentials securely in ENV
- Option to disable password login
- Easy configuration through WordPress admin
- Secure and scalable for enterprise use
External Services
This plugin connects to Microsoft Azure services to facilitate authentication and user data retrieval. The integration enables seamless access to Microsoft accounts and related data for the intended functionality of the plugin.
Services Used
- Microsoft Identity Platform (OAuth 2.0 Authentication)
Purpose: This service is used for authentication and authorization, allowing users to sign in using their Microsoft accounts.
Data Sent: The plugin sends authentication requests to Microsoft, including tenant ID and authorization parameters, when a user attempts to log in.
Endpoints Used:
https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/authorize (authorization request)
https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token (token exchange)
Terms & Privacy:
Microsoft Terms of Use
Microsoft Privacy Policy
- Microsoft Graph API
Purpose: This API is used to fetch user profile information after authentication.
Data Sent: The plugin sends requests to Microsoft Graph API with an authorization token to retrieve user details (such as name and email).
Endpoint Used:
https://graph.microsoft.com/v1.0/me (retrieves authenticated user information)
Terms & Privacy:
Microsoft Graph API Terms
By using this plugin, users acknowledge that authentication and data retrieval depend on Microsoft services, and their data is subject to Microsoft’s terms and privacy policies.
Installation
- Upload the plugin files to the
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Configure the App registration credentials in the Microsoft Entra ID configuration page under settings menu.
FAQ
-
How do I get App registration credentials?
-
You need to register an app in the Azure Portal.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Login with Microsoft Entra ID” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Login with Microsoft Entra ID” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.