Spring security Saml - Time difference between SP and IDP
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am looking for a way to increase the expiration time of my saml messages. I use Spring Security with SAML 1.0.0-RC2. At this moment, if the servers** time are too different, e.g. 5 minutes, I got following error: HTTP Status 401 - Authentication Failed:Error validating SAML message: SAML response is not valid; nested exception is org.opensaml.common.SAMLException: SAML response is not valid I want to set the expiration time to 10 minutes, to prevent those errors. I have been looking at the documentation, but I don't understand how to