Skip to content

Commit 3d827aa

Browse files
committed
Release 3.2.0
1 parent 9b3ae07 commit 3d827aa

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

onelogin-saml-sso/onelogin_saml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://github.com/onelogin/wordpress-saml
55
Description: Give users secure one-click access to WordPress from OneLogin. This SAML integration eliminates passwords and allows you to authenticate users against your existing Active Directory or LDAP server as well increase security using YubiKeys or VeriSign VIP Access, browser PKI certificates and OneLogin's flexible security policies. OneLogin is pre-integrated with thousands of apps and handles all of your SSO needs in the cloud and behind the firewall.
66
Author: OneLogin, Inc.
7-
Version: 3.3.1
7+
Version: 3.4.0
88
Author URI: http://www.onelogin.com
99
*/
1010

onelogin-saml-sso/readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: onelogin
33
Tags: sso, saml, single sign on, password, active directory, ldap, identity, onelogin, yubico, yubikey, vip access, otp
44
Requires at least: 2.1.2
5-
Tested up to: 5.6
5+
Tested up to: 5.9
66
Stable tag: trunk
77

88
This plugin provides single sign-on via SAML and gives users one-click access to their WordPress accounts from identity providers like OneLogin.
@@ -21,6 +21,15 @@ If you used this plugin before 2.2.0 with just-in-time provision active, Read: h
2121
To mitigate that bug, place the script at the root of wordpress and execute it (later remove it) https://gist.github.com/pitbulk/a8223c90a3534e9a7d5e0a93009a094f
2222

2323
== Changelog ==
24+
= 3.4.0 =
25+
* Update php-saml to 3.6.1 and xmlseclibs to 3.1.1
26+
*
27+
* Support Passive mode and don't raise error when passive authentication failed
28+
* Allow set desired target on saml_sso endpoint by the use of a 'target' GET parameter
29+
* Add new parameter to determine if the account was created or already existed
30+
* Add Support for WPS Hide Login
31+
* Use add_query_arg to better adjust login URLs
32+
* Login always returned to frontend page, now if redirect_to is set, redirects there
2433

2534
= 3.3.1 =
2635
* wp_login was triggered with wrong arguments, user object was not initializated

0 commit comments

Comments
 (0)