توضیحات
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.
نصب
- 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.
سوالات متداول
-
How do I get App registration credentials?
-
You need to register an app in the Azure Portal.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Login with Microsoft Entra ID” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Login with Microsoft Entra ID” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
1.0.0
- Initial release.