Skip to content

Releases: pantheon-systems/wp-saml-auth

Version 0.3.3

29 Nov 01:34
69fc754
Compare
Choose a tag to compare
  • Forwards 'redirect_to' parameter to SAML Authentication to enable deep links [#103].

Version 0.3.2

09 Nov 20:22
2a0406f
Compare
Choose a tag to compare
  • Updates onelogin/php-saml dependency from v2.10.7 to v2.12.0 [#90, #99].

Version 0.3.1

12 Jul 18:44
Compare
Choose a tag to compare
  • Passes $attributes to wp_saml_auth_insert_user filter, so user creation behavior can be modified based on SAML response.

Version 0.3.0

29 Jun 15:52
Compare
Choose a tag to compare
  • Includes OneLogin's PHP SAML library for SAML auth without SimpleSAMLphp. See "Installation" for configuration instructions.
  • Fixes handling of SAMLResponse when permit_wp_login=true.

Version 0.2.2

24 May 15:58
Compare
Choose a tag to compare
  • Introduces a wp_saml_auth_login_strings filter to permit login text strings to be filterable.
  • Introduces a wp_saml_auth_pre_authentication filter to allow authentication behavior to be adapted based on SAML response.
  • Improves error message when required SAML response attribute is missing.
  • Corrects project name in composer.json.

Version 0.2.1

22 Mar 22:40
Compare
Choose a tag to compare
  • Introduces wp_saml_auth_new_user_authenticated and wp_saml_auth_existing_user_authenticated actions to permit themes / plugins to run a callback post-authentication.
  • Runs Behat test suite against latest stable SimpleSAMLphp, instead of a pinned version.

Version 0.2.0

07 Mar 21:21
Compare
Choose a tag to compare
  • Introduces wp saml-auth scaffold-config, a WP-CLI command to scaffold a configuration filter to customize WP SAML Auth usage.
  • Redirects back to WordPress after SimpleSAMLPHP authentication.
  • Variety of test suite improvements.

Version 0.1.0

18 Apr 19:59
Compare
Choose a tag to compare
  • Initial release.