Wrong relaystate
Incorrect RelayState Warning
Error Log
[AuthenticatorHandler] WARN: Incorrect RelayState value detected.Solution
Enable Session Cookie Support in "AuthN" Module
Configuration Example
"name": "AuthN",
"enabled": true,
"config": {
"context_path": "/saml/authn",
"http_session_cookie_secure": true,
"http_session_cookie_same_site": "NONE",
"webroot_dir": "web"
}Last updated