You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Usually x509cert and privateKey of the SP are provided by files placed at
218
216
// the certs folder. But we can also provide them with the following parameters
219
217
'x509cert'=>'',
@@ -300,7 +298,13 @@ In addition to the required settings data (idp, sp), there is extra information
300
298
301
299
// Indicates a requirement for the NameID received by
302
300
// this SP to be encrypted.
303
-
"wantNameIdEncrypted":false
301
+
"wantNameIdEncrypted":false,
302
+
303
+
// Authentication context.
304
+
// Set to false and no AuthContext will be sent in the AuthNRequest,
305
+
// Set true or don't present thi parameter and you will get an AuthContext 'exact' 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport'
306
+
// Set an array with the possible auth context values: array ('urn:oasis:names:tc:SAML:2.0:ac:classes:Password', 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509'),
307
+
'requestedAuthnContext'=>true,
304
308
},
305
309
306
310
// Contact information template, it is recommended to suply a
0 commit comments