Releases: pantheon-systems/wp-saml-auth
Releases · pantheon-systems/wp-saml-auth
Version 0.3.3
- Forwards 'redirect_to' parameter to SAML Authentication to enable deep links [#103].
Version 0.3.2
Version 0.3.1
- Passes
$attributes
towp_saml_auth_insert_user
filter, so user creation behavior can be modified based on SAML response.
Version 0.3.0
- 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
- 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
- Introduces
wp_saml_auth_new_user_authenticated
andwp_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
- 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
- Initial release.