]> _ Git - fluidbook-hosting.git/commitdiff
wait #5074 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 10 Jun 2022 09:43:48 +0000 (11:43 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 10 Jun 2022 09:43:48 +0000 (11:43 +0200)
VacheronSSO/_sso.php

index 548c2c7669de0d7899e1a365d62085f7d7fec609..8dcac3b65ea194c99a91e1d09906988d1d28d467 100644 (file)
@@ -54,7 +54,12 @@ if ($needsAuth) {
                 'url' => $metadata['EntityDescriptor']['IDPSSODescriptor']['SingleSignOnService'][0]['@Location'],
             ],
             'x509cert' => $metadata['EntityDescriptor']['IDPSSODescriptor']['KeyDescriptor']['KeyInfo']['X509Data']['X509Certificate'],
-        ]];
+        ],
+        'security' => [
+            'requestedAuthnContext' => false,
+        ]
+    ];
+
 
     try {
         $auth = new Auth($samlsettings);