Skip to content

Commit 949426c

Browse files
authored
Restored "maxValidityInterval" to P10D
1 parent 4a228ca commit 949426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idem-fedops/HOWTO-Shibboleth/Identity Provider/Ubuntu/HOWTO Install and Configure a Shibboleth IdP v3.4.3 on Ubuntu Linux LTS 18.04 with Apache2 + Jetty9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
Require a validUntil XML attribute on the root element and
696696
make sure its value is no more than 10 days into the future.
697697
-->
698-
<MetadataFilter xsi:type="RequiredValidUntil" maxValidityInterval="P6D"/>
698+
<MetadataFilter xsi:type="RequiredValidUntil" maxValidityInterval="P10D"/>
699699
700700
<!-- Consume all SP metadata in the aggregate -->
701701
<MetadataFilter xsi:type="EntityRoleWhiteList">

0 commit comments

Comments
 (0)