Skip to content

Commit efd1eff

Browse files
committed
SAML: add more AuthnContext
1 parent 509b31c commit efd1eff

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

config/saml2.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,12 @@
345345
|
346346
*/
347347

348-
'requestedAuthnContext' => true,
348+
'requestedAuthnContext' => [
349+
'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport',
350+
'urn:oasis:names:tc:SAML:2.0:ac:classes:X509',
351+
'urn:federation:authentication:windows',
352+
'urn:oasis:names:tc:SAML:2.0:ac:classes:Unspecified',
353+
],
349354

350355
/*
351356
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)