The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing,…
About WP SAML Auth
The WP SAML Auth plugin allows users to log in to WordPress using their SAML identity provider. It can integrate with OneLogin or SimpleSAMLphp and supports Google Apps integration. The plugin also provides configuration options to customize its behavior and includes WP-CLI commands for easy management.Changelog
2.1.4 (November 27, 2023)
- Fix typo in the label for the certificate path [#352]
- Updates Pantheon WP Coding Standards to 2.0 [#357]
- Fix logged-out auth issue [#359] (props Snicco)
2.1.3 (April 8, 2023)
- Fixes missing vendor/ directory in previous release [#336]
2.1.2 (April 7, 2023)
- Bump yoast/phpunit-polyfills from 1.0.4 to 1.0.5 [#334].
- Updates tested up to version
- Removes unused NPM dependencies
2.1.1 (March 15, 2023)
- Adds PHP 8.2 compatibility [#332].
- Make dependabot target develop branch [#313].
- Bump dependencies [#308] [#310] [#314] [#319] [#322] [#323] [#324] [#325] [#326] [#330].
2.1.0 (November 29, 2022)
- Adds Github Actions for building tag and deploying to wp.org. Add CONTRIBUTING.md. [#311]
2.0.1 (January 24, 2022)
- Rebuilds platform dependencies to accommodate PHP 7.3 [#278].
2.0.0 (January 6, 2022)
- BREAKING: Updates
onelogin/php-samltov4.0.0, which requires PHP 7.3 or higher [#275].
1.2.7 (December 9, 2021)
- Adds a
wp_saml_auth_pre_logoutaction that fires before logout [#274].
1.2.6 (October 12, 2021)
- Adds a
wp_saml_auth_login_parametersfilter to allow login parameters to be filtered [#262].
1.2.5 (August 18, 2021)
- Fixes undefined index notice introduced in 1.2.4 [#257].
1.2.4 (August 18, 2021)
- Adds a
wp_saml_auth_internal_logout_argsfilter to allow the internal logout args to be filterable [#255].
1.2.3 (May 25, 2021)
- Adds a
wp_saml_auth_force_authnfilter to allow forceAuthn=”true” to be enabled [#248].
1.2.2 (Apr 26, 2021)
- Ensures SAML button and explanations are only added to the login screen [#242].
1.2.1 (Mar 2, 2021)
- Updates
onelogin/php-samltov3.6.1[#236].
1.2.0 (Feb 22, 2021)
- Updates
onelogin/php-samltov3.6.0[#233].
1.1.1 (Feb 3, 2021)
- Updates French localization and ensures localizations are loaded [#230].
1.1.0 (Dec 1, 2020)
- Updates
onelogin/php-samltov3.5.0[#218].
1.0.2 (May 27, 2020)
- Avoid undesired
session_start()when using SimpleSAMLphp [#196].
1.0.1 (May 26, 2020)
- Allows redirecting back to
wp-login.phpwhile avoiding redirect loop [#192].
1.0.0 (March 2, 2020)
- Plugin is stable.
0.8.3 (February 3, 2020)
- Removes unused
placeholdervalue that’s causing PHP notices [#178].
0.8.2 (January 22, 2020)
- Fixes method declaration for methods used statically [#176].
0.8.1 (November 25, 2019)
- Updates
onelogin/php-samltov3.4.1[#174].
0.8.0 (November 20, 2019)
- Updates
onelogin/php-samltov3.4.0[#173].
0.7.3 (November 7, 2019)
- Updates
onelogin/php-samltov3.3.1[#172].
0.7.2 (October 30, 2019)
- Fixes issue where an empty required settings field would throw load Exception [#170].
0.7.1 (September 26, 2019)
- Fixes typo on the settings page [#163].
0.7.0 (September 16, 2019)
- Updates
onelogin/php-samltov3.3.0[#160].
0.6.0 (May 14, 2019)
- Adds a settings page for configuring WP SAML Auth [#151].
- Fixes issue when processing SimpleSAMLphp response [#145].
0.5.2 (April 8, 2019)
- Updates
onelogin/php-samltov3.1.1for PHP 7.3 support [#139].
0.5.1 (November 15, 2018)
- Introduces a
wp_saml_auth_attributesfilter to permit modifying SAML response attributes before they’re processed by WordPress [#136].
0.5.0 (November 7, 2018)
- Updates
onelogin/php-samltov3.0.0for PHP 7.2 support [#133].
0.4.0 (September 5, 2018)
- Updates
onelogin/php-samlfromv2.13.0tov2.14.0[#127].
0.3.11 (July 18, 2018)
- Provides an error message explicitly for when SAML response attributes are missing [#125].
0.3.10 (June 28, 2018)
- Ensures
redirect_toURLs don’t lose query parameters by encoding withrawurlencode()[#124]. - Adds French localization.
0.3.9 (March 29, 2018)
- Fixes PHP notice by using namespaced SimpleSAMLphp class if available [#118].
- Updates
onelogin/php-samlfromv2.12.0tov2.13.0
0.3.8 (February 26, 2018)
- Redirects to
action=wp-saml-authwhenredirect_tois persisted, to ensure authentication is handled [#115].
0.3.7 (February 13, 2018)
- Persists
redirect_tovalue in a more accurate manner, as a follow up to the change in v0.3.6 [#113].
0.3.6 (February 7, 2018)
- Prevents WordPress from dropping authentication cookie when user is redirected to login from
/wp-admin/URLs [#112].
0.3.5 (January 19, 2018)
- Substitutes
wp-login.phpstring withparse_url( wp_login_url(), PHP_URL_PATH )for compatibility with plugins and functions that alter the standard login url [#109].
0.3.4 (December 22, 2017)
- Permits
internalconnection type to be used without signout URL, for integration with Google Apps [#106].
0.3.3 (November 28, 2017)
- Forwards ‘redirect_to’ parameter to SAML Authentication to enable deep links [#103].
0.3.2 (November 9, 2017)
0.3.1 (July 12, 2017)
- Passes
$attributestowp_saml_auth_insert_userfilter, so user creation behavior can be modified based on SAML response.
0.3.0 (June 29, 2017)
- 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.
0.2.2 (May 24, 2017)
- Introduces a
wp_saml_auth_login_stringsfilter to permit login text strings to be filterable. - Introduces a
wp_saml_auth_pre_authenticationfilter 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.
0.2.1 (March 22, 2017)
- Introduces
wp_saml_auth_new_user_authenticatedandwp_saml_auth_existing_user_authenticatedactions to permit themes / plugins to run a callback post-authentication. - Runs Behat test suite against latest stable SimpleSAMLphp, instead of a pinned version.
0.2.0 (March 7, 2017)
- 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.
0.1.0 (April 18, 2016)
- Initial release.
