We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f18c05 commit c175197Copy full SHA for c175197
1 file changed
modules/preprodwarning/lib/Auth/Process/Warning.php
@@ -20,12 +20,6 @@ class sspmod_preprodwarning_Auth_Process_Warning extends SimpleSAML_Auth_Process
20
*/
21
public function process(&$state) {
22
assert('is_array($state)');
23
- assert('array_key_exists("UserID", $state)');
24
- assert('array_key_exists("Destination", $state)');
25
- assert('array_key_exists("entityid", $state["Destination"])');
26
- assert('array_key_exists("metadata-set", $state["Destination"])');
27
- assert('array_key_exists("entityid", $state["Source"])');
28
- assert('array_key_exists("metadata-set", $state["Source"])');
29
30
/* Save state and redirect. */
31
$id = SimpleSAML_Auth_State::saveState($state, 'consent:request');
0 commit comments