spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 482 forks source link

Fix degrade: SES-154 Changing maxAuthenticationAge to long in order to support values longer than 24 days #470

Closed kenchan0130 closed 4 years ago

kenchan0130 commented 4 years ago

In the past, I have observed that https://github.com/spring-projects/spring-security-saml/issues/132 issues are resolved in https://github.com/spring-projects/spring-security-saml/commit/1a74cc48d0c5b04071431830e5e56ea55250f9e2#diff-6c2901d8d416501d4f0a3e6321ed0a5d in this project.

However, now it appears that the features supported by version1 have been degraded as version2. Therefore, I fixed this issue in this PR.

stunaz commented 4 years ago

@fhanik can this be merged please?

jzheaux commented 4 years ago

Thanks, @kenchan0130, this is now merged into master.