We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfdb34 commit 559287fCopy full SHA for 559287f
1 file changed
src/main/java/com/onelogin/saml/Response.java
@@ -138,7 +138,7 @@ public boolean isValid(String... requestId){
138
139
// Validate Assertion timestamps
140
if (!this.validateTimestamps()) {
141
- throw new Exception("Timing issues (please check your clock settings)");
+ throw new Exception("Timing issues. Possible reasons include: SAML expired, service's clock setting is not UTC.");
142
}
143
144
// EncryptedAttributes are not supported
0 commit comments