I have been troubleshooting login with a CAS application that uses the 'TARGET' service parameter in the querystring instead of the normal 'service'. It looks like 6.0.0 introduced a new process for multifactor selection based on the service parameter. I think there is a bug in this process.
CAS >= 6.0.0 does not find the services when using the 'TARGET' service parameter. https://cas.example.edu/cas/login?*TARGET* =https%3A%2F%2Fpprd2-appnav.example.edu%2FapplicationNavigator%2Fj_spring_cas_security_check I can manually change it to 'service' and it does find it, but it does not use the SamlArt authentication like it should when using the 'TARGET' service parameter. https://cas.example.edu/cas/login?*service* =https%3A%2F%2Fpprd2-appnav.example.edu%2FapplicationNavigator%2Fj_spring_cas_security_check I tried digging into the cas code to find where the error might be, sadly I have been unable to find anything. Does anyone have any ideas? Thanks! -- - 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/2b27450a-a587-4ba6-ab1d-b892dafa25ce%40apereo.org.
