Skip to content

Commit 80516b8

Browse files
authored
Changed "maxValidityInterval" to P6D
1 parent cd1917a commit 80516b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idem-fedops/HOWTO-Shibboleth/Identity Provider/CentOS/HOWTO Install and Configure a Shibboleth IdP v3.4.x on CentOS 7 with Apache2 + Jetty9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ Translate the IdP messages in your language:
11901190
Require a validUntil XML attribute on the root element and
11911191
make sure its value is no more than 10 days into the future.
11921192
-->
1193-
<MetadataFilter xsi:type="RequiredValidUntil" maxValidityInterval="P10D"/>
1193+
<MetadataFilter xsi:type="RequiredValidUntil" maxValidityInterval="P6D"/>
11941194
11951195
<!-- Consume all SP metadata in the aggregate -->
11961196
<MetadataFilter xsi:type="EntityRoleWhiteList">

0 commit comments

Comments
 (0)