|
|
@ -3,7 +3,7 @@ Contributors: daggerhart
|
|
|
|
Donate link: http://www.daggerhart.com/
|
|
|
|
Donate link: http://www.daggerhart.com/
|
|
|
|
Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso
|
|
|
|
Tags: security, login, oauth2, openidconnect, apps, authentication, autologin, sso
|
|
|
|
Requires at least: 4
|
|
|
|
Requires at least: 4
|
|
|
|
Tested up to: 4.5.2
|
|
|
|
Tested up to: 4.6.1
|
|
|
|
Stable tag: trunk
|
|
|
|
Stable tag: trunk
|
|
|
|
License: GPLv2 or later
|
|
|
|
License: GPLv2 or later
|
|
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
@ -22,6 +22,10 @@ Much of the documentation can be found on the Settings > OpenID Connect Generic
|
|
|
|
Originally based on the plugin provided by shirounagi - https://wordpress.org/plugins/generic-openid-connect/ - but
|
|
|
|
Originally based on the plugin provided by shirounagi - https://wordpress.org/plugins/generic-openid-connect/ - but
|
|
|
|
has been completely rewritten.
|
|
|
|
has been completely rewritten.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== Requirements ===
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Requires PHP 5.4+ with the OpenSSL extensions enabled (Defuse encryption library)
|
|
|
|
|
|
|
|
|
|
|
|
== Installation ==
|
|
|
|
== Installation ==
|
|
|
|
|
|
|
|
|
|
|
|
1. Upload to the `/wp-content/plugins/` directory
|
|
|
|
1. Upload to the `/wp-content/plugins/` directory
|
|
|
@ -39,7 +43,7 @@ Replace `example.com` with your domain name and path to WordPress.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
== Changelog ==
|
|
|
|
== Changelog ==
|
|
|
|
= 3.0.9 =
|
|
|
|
= 3.1.0 =
|
|
|
|
* Feature: Refresh tokens
|
|
|
|
* Feature: Refresh tokens
|
|
|
|
* Feature: Integrated logout support with end_session endpoint
|
|
|
|
* Feature: Integrated logout support with end_session endpoint
|
|
|
|
* Bug fix: case insensitive check for Bearer token
|
|
|
|
* Bug fix: case insensitive check for Bearer token
|
|
|
|