I have an authentication service with SAML. I've recently had a weird issue saying that Authentication issue instant is too old or in the future
. The maximum lifetime in the backend is set up to 1 hour. I tried reproducing the issue with no luck and I don't know what the root cause of this problem might be.
Asked
Active
Viewed 2,633 times
0

Zied Bellil
- 1
- 1
- 1
-
have you checked the server time? – codebrane Apr 27 '20 at 08:57
-
I increased in the max lifetime to 1 day and this works fine by now. – Zied Bellil May 06 '20 at 11:21
1 Answers
2
In WebSSOProfileConusumerImpl set the property “setMaximumAuthenticationLifetime“ to maximum like greater value. or match with your IDP session expiry time. It would solve the problem.
The default value is 7200 seconds which is two hours.

Shiva Jaini
- 63
- 6
-
Could you please quote the source or a reference to the default value of 2 hours? – asgs Aug 07 '23 at 19:28