Skip to content

Releases: RRZE-Webteam/rrze-sso

v1.7.2

Choose a tag to compare

@rvdforst rvdforst released this 16 Jan 13:18
83b0a26

Update: Hauptdatei, Sprachdateien und README aktualisiert.

v1.7.1

Choose a tag to compare

@rvdforst rvdforst released this 13 May 09:45
e519942
  • Fixed the default regex pattern in the Users class
  • Users::sanitizeUsername() is now also used in the Authenticate class

v1.7.0

Choose a tag to compare

@rvdforst rvdforst released this 12 May 12:18
89dc3c2
  • The username_regex_pattern field was added to support special characters in the username.
  • The Settings class was rewritten.

v1.6.13

Choose a tag to compare

@rvdforst rvdforst released this 11 Apr 14:58
4320dcf

It is ensured that $userLogin is never empty before adding the scope.
A clear WP_Error is thrown if the login cannot be retrieved.
Unintended effects, such as creating users with @domain as the username, are avoided.

v1.6.12

Choose a tag to compare

@rvdforst rvdforst released this 21 Feb 08:56
63cb353

Add \SimpleSAML\Session::getSessionFromRequest()->cleanup();

v1.6.11

Choose a tag to compare

@rvdforst rvdforst released this 13 Feb 13:46
860e0ec

Now supports the SimpleSAMLphp Metarefresh module.

v1.6.10

Choose a tag to compare

@rvdforst rvdforst released this 13 Feb 09:48
81368c4

Fixes issue with getting only IdP metadata from /metadata/saml20-idp-remote.php file.
Fix the load_plugin_textdomain() issue.

v1.6.9

Choose a tag to compare

@rvdforst rvdforst released this 19 Jul 13:31
103874a

Helper::getCurrentUserSamlAtts() function has been added. This function returns the SAML attributes and additionally wp_user_login which corresponds to user_login in WP which is especially useful when there is more than one IdP configured.

v1.6.8

Choose a tag to compare

@rvdforst rvdforst released this 17 Jul 16:21
976a19e

Fix default value assignment of SAML attributes.
(Thanks to https://github.com/tomabrafix for pointing out the error.)

v1.6.7

Choose a tag to compare

@rvdforst rvdforst released this 10 Apr 09:05
09a0021

Adds more IdP metadata to WP user metadata.