Linux 软件免费装
Banner图

WP OAuth Server ( Login with WordPress )

开发者 cyberlord92
oauth
nimeshatxecurify
更新时间 2024年3月20日 12:45
PHP版本: 5.6 及以上
WordPress版本: 6.4
版权: MIT/Expat
版权网址: 版权信息

标签

OpenID WordPress Login OAuth Provider OAuth2 OAuth Server

下载

6.0.3 6.0.4 2.13.3 5.0.6 6.0.5 2.13.6 6.0.2 5.0.5 2.13.4 2.13.8 5.0.4 2.13.1 2.12.4 6.0.1 3.0.3 3.0.0 2.13.0 2.13.2 2.13.5 3.0.2 2.13.7 3.0.1 6.0.0 3.0.4 4.0.1 5.0.1 5.0.2 5.0.3 5.0.7 5.1.0 5.1.1

详情介绍:

WP OAuth Server plugin turns your WordPress site into an OAuth Server. It allows you to login into Rocket Chat, Invision Community, WordPress, Odoo, EasyGenerator, Salesforce, Zapier, Moodle, ServiceNow, Edunext, Wickr, Freshdesk, FreshWorks, ServiceNow, ShinyProxy, Knack database, Circle.so, Tribe.so, Tribe, Mobilize, Nextcloud, Church Online, iSpring LMS, Academy of Mine, BoardEffect, TalentLMS, Laravel, PowerSchool, PowerSchool, Joomla, HubSpot, Shopify, MeritHub, Bookstack, Pimcore, 360 Learning, EventMobi, Synology, Drupal, Piano Analytics, Zerotier, and any other OAuth 2.0 compliant applications using WordPress credentials. | WordPress OAuth Server Setup Guides | API Documentation | Demo / Trial | You can checkout the below video tutorial to know how to setup SSO with your OAuth/OpenID Compliant Applications. https://youtu.be/c6v-SqRhg8o Basically, the OAuth Server plugin allows users to login into applications that are OAuth 2.0 compliant, using their WordPress login credentials. As it's name suggests, it follows the OAuth 2.0 protocol. Along with that, it also supports OpenID Connect (OIDC), and JWT protocols. The primary goal of the OAuth Server plugin is to enable Single Sign On so that users do not need to remember username and password for each application. Once Single Sign On is enabled, users do not need to store sensitive information to login into different applications. Discovery URL The discovery url / well-known endpoint can be used to get metadata about your Identity Server. It will return information about the OAuth/OpenID endpoints, issuer URL, supported grant types, supported scopes, key material along with claims in the JSON format. These details can be used by the clients to create an OpenID server request. The well known configuration URL is accessible via /.well-known/openid-configuration, in relation to the issuer URL. JWT Token Verification JWT signing enables the token's recipient to confirm that the token actually received includes all of the information encoded by the issuer in its original, unaltered form. HS256, a symmetric signature algorithm, indicates that the signature is generated and verified using the same secret key. It is supported in the free version of the plugin. RS256, an asymmetric signature algorithm is different from a symmetric algorithm in that a pair of private and public keys is used to sign and validate the data respectively instead of a single secret key. Why RSA algorithm should be used? The use of a public and private key pair makes RS256 more secure in comparison to HS256 where the public key is shared and might be compromised whereas in RS256, even if you do not have the control over your client, your data remains secure as it is signed using a private key. The premium version of the plugin supports the RS256 algorithm. Postman collection Postman collection JSON is a file that can be used for testing the configuration of OAuth 2.0 flow in the WP OAuth Server plugin without configuring an external OAuth Client by generating the access token and the API call to the resource endpoint subsequently. LIST OF POPULAR OAUTH CLIENTS SUPPORTED WORDPRESS OAUTH / OPENID CONNECT SERVER USE CASES WORDPRESS OAUTH / OPENID CONNECT SERVER FREE VERSION FEATURES WORDPRESS OAUTH / OPENID CONNECT SERVER PREMIUM VERSION FEATURES WE SUPPORT FOLLOWING GRANTS: REST API AUTHENTICATION Rest API is very much open to interact. Creating posts, getting information of users and much more is readily available. It secures unauthorized access to your WordPress sites/pages using our WordPress REST API Authentication plugin .

安装:

From your WordPress dashboard
  1. Visit Plugins > Add New
  2. Search for OAuth 2.0 server. Find and Install OAuth 2.0 server
  3. Activate the plugin from your Plugins page
From WordPress.org
  1. Download OAuth 2.0 server.
  2. Unzip and upload the miniorange-oauth-login directory to your /wp-content/plugins/ directory.
  3. Activate miniOrange OAuth from your Plugins page.

屏幕截图:

  • Get Client ID and Client Secret
  • Configurations
  • Advanced settings and other Premium features
  • Server Response
  • Endpoints
  • Demo for premium plugin

升级注意事项:

6.0.5
  • Fixed the backslash issue for linux environments.
6.0.4
  • UI & UX improvements for feedback and support forms.
  • Fixed client secret visibility issue for React and Conferences.io clients
  • Fixed consent screen cancel button
6.0.3
  • Added compatibility with WP 6.4
  • Phone number optional in support form.
  • Fixed some JS errors.
6.0.2
  • Added compatibility with WP 6.3
  • Improved feedback form.
  • Removed unnecessary console logs.
6.0.1
  • Bug fix - Custom OAuth Client logo image link fixed.
  • Updated support email address.
6.0.0
  • Complete UI revamp for a more user-friendly and intuitive experience
  • Backend simplification for improved performance and reliability
  • Bug fixes and performance enhancements
2.9.1
  • Fixed migration issue
2.9.0
  • Fixed bug where bearer access_token was not recognized.
  • Updated Endpoints
2.8.2
  • Updated Installation Steps
2.8.1
  • Compatibility changes for miniOrange OAuth Single Sign On
2.8.0
  • Updated registration form
  • Advertised Introspection Endpoint
2.7.0
  • Added compatibility for WordPress Version 5.2
  • Added fixes for OpenID Connect flow
  • Added fixes for OTP related issue
  • Updated Endpoints
  • Added alternative for Sign Up
  • Advertised Scope Based Response
2.6.1
  • Fixed conflicts for function generateRandomString()
2.6.0
  • Advertised new features as per new Licensing Plan
2.5.6
  • Added Compatibility for Rocket.chat
2.5.5
  • Fixed OTP related issue
2.5.4
  • Updated Licensing Plan
2.5.3
  • Added Visual Tour fixes
2.5.2
  • Added bugfixes
2.5.1
  • Added missing files
2.5.0
  • New Features
  • Major UI Revamp
  • Added Feature Tour
2.4.0
  • Compatibility with WordPress 5.1
2.0.3
  • Changes in the title
2.0.2
  • Added features
2.0.1
  • Added support for multiple client
1.0.1
  • Initial Release
  • Initial Release

常见问题:

I need to customize the plugin or I need support and help?

Please email us at info@xecurify.com or Contact us. You can also submit your query from plugin's configuration page.

I want a demo or trial of the plugin

For the demo or trial of the plugin, you can submit a request from the Trials Available tab in the plugin or directly email us at wpidpsupport@xecurify.com

The plugin is not working on my localhost

If you are using the plugin on localhost, please make sure your site is reachable from your OAuth Client side. If not, you can host your WordPress site publicly to make it work.

Do I need to pay for all the users in my database while upgrading to premium?

No, the pricing in the plans is only for the ACTIVE USERS. An active user is the one who performs the SSO. For example, if you have 5000 users in the database but only 1000 of them perform the SSO, then you would need to pay only for the 1000 users.

Can I get discount if purchasing multiple licenses?

Yes, you are eligible for a discount, if you are purchasing more than 1 license. You can contact us at wpidpsupport@xecurify.com.

Do you support membership/role sync?

Yes, membership/role sync feature is supported in the premium plan. You can contact us at wpidpsupport@xecurify.com with your requirement.

How can I disable the consent screen?

Yes, you can enable/disable consent screen using the premium plan.

更新日志:

6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.1.1 5.1.0 5.0.7 5.0.6 5.0.5 5.0.4 5.0.3 5.0.2 5.0.1 4.0.1 3.0.4 3.0.3 3.0.2 3.0.1 3.0.0 2.13.8 2.13.7 2.13.6 2.13.5 2.13.4 2.13.3 2.13.2 2.13.1 2.13.0 2.12.4 2.12.3 2.12.2 2.12.0 2.11.0 2.10.0 2.9.1 2.9.0 2.8.2 2.8.1 2.8.0 2.7.0 2.6.1 2.6.0 2.5.6 2.5.5 2.5.4 2.5.3 2.5.2 2.5.1 2.5.0 2.4.0 2.3.0 2.2.1 2.2.0 2.1.0 2.0.3 2.0.2 2.0.1 1.0.1