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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,8 +289,8 @@ This is the settings.json file:
289
289
* Notice that if you want to validate any SAML Message sent by the HTTP-Redirect binding, you
290
290
* will need to provide the whole x509cert.
291
291
*/
292
-
//'certFingerprint' => '',
293
-
//'certFingerprintAlgorithm' => 'sha1',
292
+
//"certFingerprint" => "",
293
+
//"certFingerprintAlgorithm" => "sha1",
294
294
}
295
295
}
296
296
```
@@ -340,7 +340,7 @@ In addition to the required settings data (idp, sp), extra settings can be defin
340
340
341
341
// Indicates a requirement for the <saml:Assertion>
342
342
// elements received by this SP to be encrypted.
343
-
'wantAssertionsEncrypted'=>false,
343
+
"wantAssertionsEncrypted":false,
344
344
345
345
// Indicates a requirement for the NameID element on the SAMLResponse
346
346
// received by this SP to be present.
@@ -357,24 +357,24 @@ In addition to the required settings data (idp, sp), extra settings can be defin
357
357
// Set to false and no AuthContext will be sent in the AuthNRequest,
358
358
// 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'
359
359
// 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'),
360
-
'requestedAuthnContext':true,
360
+
"requestedAuthnContext":true,
361
361
// Allows the authn comparison parameter to be set, defaults to 'exact' if the setting is not present.
362
-
'requestedAuthnContextComparison':'exact',
362
+
"requestedAuthnContextComparison":"exact",
363
363
364
364
// In some environment you will need to set how long the published metadata of the Service Provider gonna be valid.
365
365
// is possible to not set the 2 following parameters (or set to null) and default values will be set (2 days, 1 week)
366
366
// Provide the desire TimeStamp, for example 2015-06-26T20:00:00Z
367
-
'metadataValidUntil':null,
367
+
"metadataValidUntil":null,
368
368
// Provide the desire Duration, for example PT518400S (6 days)
369
-
'metadataCacheDuration':null,
369
+
"metadataCacheDuration":null,
370
370
371
371
// Algorithm that the toolkit will use on signing process. Options:
0 commit comments