Beskrivelse
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.
Installasjon
- 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.
Vurderinger
Det er ingen omtaler av denne utvidelsen.
Bidragsytere og utviklere
“Login with Microsoft Entra ID” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
BidragsytereOversett “Login with Microsoft Entra ID” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.0.0
- Initial release.