Discussion:
Inflate request after decoding
Mark Hunt
2014-09-24 18:29:04 UTC
Permalink
For my custom SP to properly send out my AuthRequest to the IdP, I have to deflate the request before base64 encoding it. Is there a way to make sure that the IdP knows this and can properly inflate it after decoding? At this time I keep receiving Error Message: Error decoding Shibboleth SSO request

Thanks!
Peter Schober
2014-09-24 18:51:22 UTC
Permalink
Post by Mark Hunt
For my custom SP to properly send out my AuthRequest to the IdP, I
have to deflate the request before base64 encoding it. Is there a
way to make sure that the IdP knows this and can properly inflate it
after decoding? At this time I keep receiving Error Message: Error
decoding Shibboleth SSO request
That message means that the IDP thinks this is a proprietary
Shibboleth protocol request for SAML1 (probably because you're
accessing the matching profile handler, i.e., you're sending it to the
wrong URL), but the behaviour you describe (base64 and deflate
encoding) is for SAML 2.0 Authentication Requests.
-peter
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Loading...