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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,7 @@ In addition to the required settings data (idp, sp), extra settings can be defin
365
365
366
366
// Indicates a requirement for the <saml:Assertion>
367
367
// elements received by this SP to be encrypted.
368
-
'wantAssertionsEncrypted'=>false,
368
+
"wantAssertionsEncrypted":false,
369
369
370
370
// Indicates a requirement for the NameID element on the SAMLResponse
371
371
// received by this SP to be present.
@@ -382,24 +382,24 @@ In addition to the required settings data (idp, sp), extra settings can be defin
382
382
// Set to false and no AuthContext will be sent in the AuthNRequest,
383
383
// Set true or don't present this parameter and you will get an AuthContext 'exact' 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport'
384
384
// 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'),
385
-
'requestedAuthnContext':true,
385
+
"requestedAuthnContext":true,
386
386
// Allows the authn comparison parameter to be set, defaults to 'exact' if the setting is not present.
387
-
'requestedAuthnContextComparison':'exact',
387
+
"requestedAuthnContextComparison":"exact",
388
388
389
389
// In some environment you will need to set how long the published metadata of the Service Provider gonna be valid.
390
390
// is possible to not set the 2 following parameters (or set to null) and default values will be set (2 days, 1 week)
391
391
// Provide the desired Timestamp, for example 2015-06-26T20:00:00Z
392
-
'metadataValidUntil':null,
392
+
"metadataValidUntil":null,
393
393
// Provide the desired duration, for example PT518400S (6 days)
394
-
'metadataCacheDuration':null,
394
+
"metadataCacheDuration":null,
395
395
396
396
// Algorithm that the toolkit will use on signing process. Options:
0 commit comments