Skip to content
Snippets Groups Projects
Commit 457bd7ad authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

fix saml SP assertion failure

parent d8652d96
No related branches found
No related tags found
No related merge requests found
......@@ -1051,7 +1051,7 @@ class SP extends \SimpleSAML\Auth\Source
public function handleResponse(array $state, string $idp, array $attributes): void
{
Assert::keyExists($state, 'LogoutState');
Assert::keyExists($state, 'saml:logout:Type');
Assert::keyExists($state['LogoutState'], 'saml:logout:Type');
$idpMetadata = $this->getIdPMetadata($idp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment