We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0f15f commit ada1ddbCopy full SHA for ada1ddb
1 file changed
lib/Auth/Process/SFO.php
@@ -45,7 +45,7 @@ public function __construct($config, $reserved)
45
public function process(&$state)
46
{
47
foreach($this->skipentities as $skip) {
48
- if ($skip === $state['SPMetadata']['entityid'] || in_array($skip, $state['saml:RequesterID']), true) {
+ if ($skip === $state['SPMetadata']['entityid'] || in_array($skip, $state['saml:RequesterID'], true)) {
49
SimpleSAML\Logger::info('SFO - skipping SFO for entity ' . var_export($skip, true));
50
return;
51
}
0 commit comments