0

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.

Zied Bellil
  • 1
  • 1
  • 1

1 Answers1

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.