Skip to content

Commit 10381bb

Browse files
committed
.
1 parent ff1249b commit 10381bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,10 @@ In addition to the required settings data (idp, sp), there is extra information
320320

321321
// In some environment you will need to set how long the published metadata of the Service Provider gonna be valid.
322322
// is possible to not set the 2 following parameters (or set to null) and default values will be set (2 days, 1 week)
323-
// Or provide the desire TimeStamp, for example PT518400S (6 days)
323+
// Provide the desire TimeStamp, for example 2015-06-26T20:00:00Z
324324
'metadataValidUntil': null,
325-
'metadataCacheDuration': null,
325+
// Provide the desire Duration, for example PT518400S (6 days)
326+
'metadataCacheDuration': null
326327
},
327328

328329
// Contact information template, it is recommended to suply a

0 commit comments

Comments
 (0)