JWT Single Sign On
开发者 |
seschi98
|
更新时间 |
2019年5月10日 02:09 |
PHP版本: |
5.2 及以上 |
WordPress版本: |
5.1 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
This plugin allows signing in users via JSON Web Token (JWT) in Wordpress. It is used to allow users from another website/service/etc. to securely use their credentials for the Wordpress site.
Sample use case: There is an existing user database (e.g. in an intranet environment) and the users should be able to login to an external site that is powered by wordpress, without having to remember another password. This mechanism is also called Single Sign On (SSO).
Please note that the user information and role mappings are updated each time the user logs in via SSO. If you do not want to sync the roles from your existing system to wordpress, you can disable the functionality via the settings page.
安装:
- Upload the downloaded plugin folder to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- In the administration dashboard, go to "Settings" > "Single Sign On" and configure the JWT settings.
更新日志:
1.2.0
- Adding some validation so that default values for new plugin settings are automatically populated when a plugin update is performed.
- Adding the possibility to disable the SSO button on the login page.
1.1.1
- Fixing the plugin name in readme.txt so it is compliant to the Wordpress specification
1.1.0
- Updating readme file to provide more information
- Updating admin settings page to give more information about the setup process
- Removed dependecy for jQueryUI CDN
- Adding a proper readme.txt file for Wordpress Plugin Directory
- Adding the ability to control whether the clientId and site's SSO address should be appended to the JWT Server URL
- Adding the ability to disable role synchronisation
1.0.0
- Initial Proof-Of-Concept for this plugin.