Hello,
When an app directs to CAS, the CAS login URL is appended "service" parameter for later redirect.
In CAS4., state transition from Login page preserves the "service" parameter, the URL does not change as the flow transitions to different states.
But in CAS5, any state transition from Login page removes the "service" parameter from URL, the URL becomes ..../cas/login.
We have additional flow that we would want to keep the originating URL with "service" parameter, how can I enable that in CAS5?
Thanks,
Yan