I just created a filter to remap SERVICE and TARGET to CasProtocolConstants.PARAMETER_SERVICE. All looks to be working again.
My issue maybe that we are still using CAS client version 3.2.x On Saturday, January 17, 2026 at 10:06:11 PM UTC-6 Pablo Vidaurri wrote: > I'm working why I cannot pick up TARGET or SERVICE query paramter in my > flow. > > It looks like CasProtocolConstants.java > <https://github.com/apereo/cas/blob/v7.3.3/api/cas-server-core-api-protocol/src/main/java/org/apereo/cas/CasProtocolConstants.java> > which > is used by WebApplicationServiceFactory.java > <https://github.com/apereo/cas/blob/v7.3.3/core/cas-server-core-services-authentication/src/main/java/org/apereo/cas/authentication/principal/WebApplicationServiceFactory.java#L86> > has > the following: > String PARAMETER_SERVICE = "service"; > String PARAMETER_TARGET_SERVICE = "targetService"; > > Only way i get get this to work is by hitting a url like > https://localhost/cas/login?service= > or > https://localhost/cas/login?targetService= > > TARGET or SERVICE used to work > > No one else is having a problem with this? > > -psv > -- - Website: https://apereo.github.io/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 visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/3ec8941f-425b-42a5-bbb2-0750ef1ed895n%40apereo.org.
