We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aba90dc + 7d90793 commit 243155cCopy full SHA for 243155c
1 file changed
modules/saml/www/sp/saml2-acs.php
@@ -34,6 +34,12 @@
34
}
35
36
37
+// IdP
38
+// @see: go5-authentication GoIntegro\Service\SSO\Configurator
39
+if ($spMetadata->getBoolean('HasEntityIdAppendedToIdp', false)) {
40
+ $idp .= '_' . $sourceId;
41
+}
42
+
43
$session = SimpleSAML_Session::getInstance();
44
$prevAuth = $session->getAuthData($sourceId, 'saml:sp:prevAuth');
45
if ($prevAuth !== NULL && $prevAuth['id'] === $response->getId() && $prevAuth['issuer'] === $idp) {
0 commit comments