Are you able to change your use of TARGET to something like 'DESTINATION'? 'TARGET' is used by SAML 1.1 services when redirecting to cas.
Ray ________________________________ From: [email protected] <[email protected]> on behalf of Pablo Vidaurri <[email protected]> Sent: January 17, 2026 17:55 To: CAS Community <[email protected]> Subject: [cas-user] CAS 7.3.3 TARGET query parameter 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]<mailto:[email protected]>. To view this discussion visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/37f7fd2c-9051-43d6-9c15-f97218d872can%40apereo.org<https://groups.google.com/a/apereo.org/d/msgid/cas-user/37f7fd2c-9051-43d6-9c15-f97218d872can%40apereo.org?utm_medium=email&utm_source=footer>. -- - 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/YQBP288MB00818E3F0D9E2A99A4C7106DCE88A%40YQBP288MB0081.CANP288.PROD.OUTLOOK.COM.
