File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ public static function getCurrentUserSamlAtts()
19
19
}
20
20
21
21
if (!$ authSimple ->isAuthenticated ()) {
22
+ // Save the current session and clean any left overs that could interfere
23
+ // with the normal application behaviour.
24
+ \SimpleSAML \Session::getSessionFromRequest ()->cleanup ();
22
25
return new \WP_Error ('user_not_authenticated ' , 'User is not authenticated ' );
23
26
}
24
27
Original file line number Diff line number Diff line change 3
3
/*
4
4
Plugin Name: RRZE SSO
5
5
Plugin URI: https://github.com/RRZE-Webteam/rrze-sso
6
- Version: 1.6.11
6
+ Version: 1.6.12
7
7
Description: Single-Sign-On (SSO) SAML-Integrations-Plugin für WordPress.
8
8
Author: RRZE-Webteam
9
9
Author URI: https://blogs.fau.de/webworking/
20
20
defined ('ABSPATH ' ) || exit;
21
21
22
22
const RRZE_PHP_VERSION = '8.2 ' ;
23
- const RRZE_WP_VERSION = '6.5 ' ;
23
+ const RRZE_WP_VERSION = '6.7 ' ;
24
24
25
25
/**
26
26
* SPL Autoloader (PSR-4).
You can’t perform that action at this time.
0 commit comments