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