change of response URL

Rohit Shinde rohit at venturit.com
Fri Nov 23 01:34:29 EST 2018


Ok to work with Ruby-saml gem, I will need to SAMLResponse posted to mydomain/saml/consume instead of mydomain/Shibboleth.sso/SAML2/POST.
So I did :
1. Changed handlerURL="/Shibboleth.sso” to handlerURL=“/saml”
2. Changed <md:AssertionConsumerService Location="/SAML2/POST" index="1" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"/> 
    To <md:AssertionConsumerService Location=“/consume" index="1" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST”/>

With that change,  I got this error "FastCGI Shibboleth responder should only be used for Shibboleth protocol requests <https://stackoverflow.com/questions/41181758/fastcgi-shibboleth-responder-should-only-be-used-for-shibboleth-protocol-request>” while accessing mydomain/Shibboleth.sso/Login

Is it correct steps? How to solve this FastCGI error? 

> On 23-Nov-2018, at 11:15 AM, Peter Schober <peter.schober at univie.ac.at> wrote:
> 
> implementation

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20181123/e2ae21c7/attachment.html>


More information about the users mailing list