-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Authentication
-
Epic Link:
-
Tags:
Before being sent the message has to be deflated, base64-encoded, and URL-encoded, in that order.
The current implementation is missing the deflate step.
See org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoder for a SAML 2.0 HTTP Redirect encoder using the DEFLATE encoding method.