Skip to content

Commit dc255d2

Browse files
authored
Restored "maxValidityInterval" to P10D
1 parent cf63249 commit dc255d2

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.2.1 on Ubuntu Linux LTS 16.04 with Apache2 + Jetty9.md

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

0 commit comments

Comments
 (0)