From e7237993976e5db0b6e98a57c2ecbadfa344a51c Mon Sep 17 00:00:00 2001 From: Jonathan Daggerhart Date: Tue, 29 Nov 2016 10:15:35 -0500 Subject: [PATCH] updating change log with new reverse proxy support feature --- readme.md | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 3386ae7..f014648 100644 --- a/readme.md +++ b/readme.md @@ -41,6 +41,7 @@ Replace `example.com` with your domain name and path to WordPress. * Feature: Refresh tokens * Feature: Integrated logout support with end_session endpoint * Feature: May use an alternate redirect_uri that doesn't rely on admin-ajax +* Feature: Support for IDP behind reverse proxy * Bug fix: case insensitive check for Bearer token * Bug fix: "redirect to origin when auto-sso" cookie issue * Bug fix: PHP Warnings headers already sent due to attempts to redirect and set cookies during login form message diff --git a/readme.txt b/readme.txt index 27c64a5..3a893f3 100644 --- a/readme.txt +++ b/readme.txt @@ -47,6 +47,7 @@ Replace `example.com` with your domain name and path to WordPress. * Feature: Refresh tokens * Feature: Integrated logout support with end_session endpoint * Feature: May use an alternate redirect_uri that doesn't rely on admin-ajax +* Feature: Support for IDP behind reverse proxy * Bug fix: case insensitive check for Bearer token * Bug fix: "redirect to origin when auto-sso" cookie issue * Bug fix: PHP Warnings headers already sent due to attempts to redirect and set cookies during login form message