From: Vincent Vanwaelscappel Date: Fri, 10 Jun 2022 09:43:48 +0000 (+0200) Subject: wait #5074 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=75ad3636743a498e7f5d8e9f0c139aa01f36de2a;p=fluidbook-hosting.git wait #5074 @0.5 --- diff --git a/VacheronSSO/_sso.php b/VacheronSSO/_sso.php index 548c2c7..8dcac3b 100644 --- a/VacheronSSO/_sso.php +++ b/VacheronSSO/_sso.php @@ -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);