We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ac9f4 commit c898e94Copy full SHA for c898e94
tests/src/OneLogin/Saml2/SettingsTest.php
@@ -919,6 +919,8 @@ public function testGetSecurityData()
919
$this->assertArrayHasKey('requestedAuthnContext', $security);
920
$this->assertArrayHasKey('wantXMLValidation', $security);
921
$this->assertArrayHasKey('wantNameId', $security);
922
+ $this->assertArrayHasKey('relaxDestinationValidation', $security);
923
+ $this->assertArrayHasKey('destinationStrictlyMatches', $security);
924
}
925
926
/**
0 commit comments