change of response URL

Nate Klingenstein ndk at signet.id
Sat Nov 17 23:32:08 EST 2018


Rohit,

> After change URL appears to be mydomain/Shibboleth.sso/saml/consume but I would prefer to be  mydomain/saml/consume

You could accomplish this by renaming the handlerURL in the Sessions element to "saml" instead of the default "Shibboleth.sso":

https://wiki.shibboleth.net/confluence/display/SP3/Sessions

and using the long-form configuration to explicitly locate the SAML POST consumer endpoint at "consume":

https://wiki.shibboleth.net/confluence/display/SP3/SAML2+Sessions+Configurations

which will create a combination of mydomain/saml/consume.

Note that this will change the location and functionality of a variety of other pieces of the software; the session handler would be at mydomain/saml/Session, for example, and if you only listed the POST assertion consumer service, you would lose support for other session creation methods.

Also, you'll need to make sure your configuration and your metadata match precisely; changing just one or the other alone will break things.

I personally wouldn't bother doing all that just for cosmetic purposes, but it's certainly possible.

Hope this helps,
Nate.


More information about the users mailing list