readme and changelog updates. minor whitespace update.

isekai
Jonathan Daggerhart 8 years ago
parent 3683cd3286
commit 08af84a851

@ -5,6 +5,9 @@
* Feature: @robbiepaul - trigger core action `wp_login` when user is logged in through this plugin * Feature: @robbiepaul - trigger core action `wp_login` when user is logged in through this plugin
* Feature: @moriyoshi - Determine the WP_User display name with replacement tokens on the settings page. Tokens can be any property of the user_claim. * Feature: @moriyoshi - Determine the WP_User display name with replacement tokens on the settings page. Tokens can be any property of the user_claim.
* Feature: New setting to set redirect URL when session expires.
* Feature: @robbiepaul - New filter for modifying authentication URL
* Fix: @cedrox - Adding id_token_hint to logout URL according to spec
* Bug fix: Provide port to the request header when requesting the user_claim * Bug fix: Provide port to the request header when requesting the user_claim
**3.1.0** **3.1.0**

@ -23,13 +23,16 @@ Notes
Actions Actions
- openid-connect-generic-user-create - 2 args: fires when a new user is created by this plugin - openid-connect-generic-user-create - 2 args: fires when a new user is created by this plugin
- openid-connect-generic-user-update - 1 arg: user ID, fires when user is updated by this plugin
- openid-connect-generic-update-user-using-current-claim - 2 args: fires every time an existing user logs - openid-connect-generic-update-user-using-current-claim - 2 args: fires every time an existing user logs
- openid-connect-generic-redirect-user-back - 2 args: $redirect_url, $user. Allows interruption of redirect during login.
User Meta User Meta
- openid-connect-generic-user - (bool) if the user was created by this plugin - openid-connect-generic-user - (bool) if the user was created by this plugin
- openid-connect-generic-subject-identity - the identity of the user provided by the idp - openid-connect-generic-subject-identity - the identity of the user provided by the idp
- openid-connect-generic-last-id-token-claim - the user's most recent id_token claim, decoded - openid-connect-generic-last-id-token-claim - the user's most recent id_token claim, decoded
- openid-connect-generic-last-user-claim - the user's most recent user_claim - openid-connect-generic-last-user-claim - the user's most recent user_claim
- openid-connect-generic-last-token-response - the user's most recent token response
- openid-connect-generic-refresh-cookie-key - encryption key used to secure refresh token info in cookie - openid-connect-generic-refresh-cookie-key - encryption key used to secure refresh token info in cookie
Options Options

@ -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.7.3 Tested up to: 4.8.3
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

Loading…
Cancel
Save