-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect binding requires compression #25
Comments
@yyy did you figure out a way to make this client work with OpenAM? |
@krystianity Yes. See my workaround at #26 (comment) |
Thanks @yyy - just to be clear, you are running this code on your SP side before redirecting to the OpenAM IdP right? There is now way in OpenAM to handle this? And are you experiencing any other issues when accepting SAML Responses from OpenAM with this client, in terms of compression? |
Correct. I'm modifying the SAML Request before sending it to OpenAM. I haven't investigated whether this can be fixed on OpenAM site, but I doubt it.
I haven't had any problems consuming the SAML response.
… On Feb 17, 2021, at 2:07 PM, Christian Fröhlingsdorf ***@***.*** ***@***.***>> wrote:
Thanks @yyy <https://github.com/yyy> - just to be clear, you are running this code on your SP side before redirecting to the OpenAM IdP right? There is now way in OpenAM to handle this? And are you experiencing any other issues when accepting SAML Responses from OpenAM with this client, in terms of compression?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#25 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACDVRAY2IAXJXUFWGMNO53S7Q42TANCNFSM4GXSLGMA>.
|
In Redirect binding, SAML Request should be compressed and then base64-encoded. But the current (1.5.0) code doesn't compress. That makes some IDPs (OpenAM) unhappy.
The text was updated successfully, but these errors were encountered: