General Question

Cantor, Scott cantor.2 at osu.edu
Tue Apr 13 22:08:16 UTC 2021


On 4/13/21, 5:40 PM, "dev on behalf of vshulkin" <dev-bounces at shibboleth.net on behalf of vshulkin at gmail.com> wrote:

>    Is there any way to configure Shibboleth to use the same endpoint as old IDP  /sso/idp/samlv20 instead of 
> /idp/profile/SAML2/Redirect/SSO?

Everything has to live below the Java container context, which in theory can be empty if the root context is allocated to the IdP. That part is invariant.

I'm not sure if contexts can have 2 path segments. Maybe /sso/idp would work, but I doubt it. That puts you in an impossible situation because you'll have to maintain this forever and constantly fight the software at every step. I really wouldn't do it.

-- Scott




More information about the dev mailing list