Umut, Use a browser plugin, such as saml tracer, to see what the saml looks like for the request. This error means that the saml request is either incorrect, or the service metadata does not match the request. For instance, the request is trying to reach a different binding but you only have POST configured (or some mismatched configuration like that).
Ray On Mon, 2020-08-31 at 15:16 +0300, Umut Arus wrote: Hi, I'm trying to configure for the first time SAML2.0 for an application but I'm getting the below ERROR. How can I overcome this? thanks.. ... 2020-08-31 14:59:25,026 DEBUG [org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder] - <Beginning to decode message from HttpServletRequest> 2020-08-31 14:59:25,026 DEBUG [org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder] - <HttpServletRequest indicated Content-Type: application/x-www-form-urlencoded> 2020-08-31 14:59:25,028 DEBUG [org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder] - <Decoded SAML relay state of: null> 2020-08-31 14:59:25,034 DEBUG [org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder] - <Getting Base64 encoded message from request> 2020-08-31 14:59:25,034 ERROR [org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder] - <Request did not contain either a SAMLRequest or SAMLResponse paramter. Invalid request for SAML 2 HTTP POST binding.> -- UMUT ARUS SİSTEM SORUMLUSU SYSTEM SPECIALIST ________________________________ Sabancı Üniversitesi Üniversite Caddesi No:27 34956 Orta Mahalle, Tuzla – İstanbul T 0 216 483 91 72 F 0 216 483 91 86 www.sabanciuniv.edu <https://www.sabanciuniv.edu/> [https://www.sabanciuniv.edu/signature-image/signature_logo.png] -- Ray Bon Programmer Analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected]<mailto:[email protected]> I respectfully acknowledge that my place of work is located within the ancestral, traditional and unceded territory of the Songhees, Esquimalt and WSÁNEĆ Nations. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/b4063e996a2f17095c5f005e610c9eb195dc1bd5.camel%40uvic.ca.
