<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Ok to work with Ruby-saml gem, I will need to SAMLResponse posted to mydomain/saml/consume instead of mydomain/Shibboleth.sso/SAML2/POST.<div class="">So I did :</div><div class="">1. Changed <font color="#454545" face="Helvetica Neue" class="">handlerURL="/Shibboleth.sso<span style="caret-color: rgb(69, 69, 69);" class="">”</span> to handlerURL=<span style="caret-color: rgb(69, 69, 69);" class="">“</span>/saml”</font></div><div class=""><font color="#454545" face="Helvetica Neue" class="">2. Changed </font><span style="color: rgb(69, 69, 69); font-family: "Helvetica Neue";" class=""><md:AssertionConsumerService Location="/SAML2/POST" index="1" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"/></span><span style="color: rgb(69, 69, 69); font-family: "Helvetica Neue";" class=""> </span></div><div class=""><font color="#454545" face="Helvetica Neue" class="">    <span style="caret-color: rgb(69, 69, 69);" class="">To</span> <md:AssertionConsumerService Location=<span style="caret-color: rgb(69, 69, 69);" class="">“</span>/consume" index="1" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST”/></font></div><div class=""><font color="#454545" face="Helvetica Neue" class=""><br class=""></font></div><div class=""><font color="#454545" face="Helvetica Neue" class=""><span style="caret-color: rgb(69, 69, 69);" class="">With that change,  I got this error "</span></font><a href="https://stackoverflow.com/questions/41181758/fastcgi-shibboleth-responder-should-only-be-used-for-shibboleth-protocol-request" style="font-weight: bold; font-family: "Helvetica Neue";" class="">FastCGI Shibboleth responder should only be used for Shibboleth protocol requests</a><font face="Helvetica Neue" class=""><b class="">” </b>while accessing mydomain/Shibboleth.sso/Login</font></div><div class=""><font face="Helvetica Neue" class=""><br class=""></font></div><div class=""><font face="Helvetica Neue" class="">Is it correct steps? </font><font face="Helvetica Neue" class="">How to solve this FastCGI error?<b class=""> </b></font></div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 23-Nov-2018, at 11:15 AM, Peter Schober <<a href="mailto:peter.schober@univie.ac.at" class="">peter.schober@univie.ac.at</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">implementation</span></div></blockquote></div><br class=""></div></body></html>