Skip to content

Commit

Permalink
Increase max login age for saml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Nov 27, 2024
1 parent 87a802f commit d23e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/wisvch-saml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@

<!-- SAML 2.0 WebSSO Assertion Consumer -->
<bean id="webSSOprofileConsumer" class="org.springframework.security.saml.websso.WebSSOProfileConsumerImpl">
<property name="maxAuthenticationAge" value="28800"/>
<property name="maxAuthenticationAge" value="31556926"/> <!-- One year -->
</bean>

<!-- SAML 2.0 Holder-of-Key WebSSO Assertion Consumer -->
Expand Down

0 comments on commit d23e462

Please sign in to comment.