Re: [cas-user] CAS5 flow state transition lose service parameter in URL?

2019-01-02 Thread Ray Bon
Yan, In our action class we get parameters with: service = requestContext.getRequestParameters().get("service"); target = requestContext.getRequestParameters().get("TARGET"); Ray On Fri, 2018-12-28 at 11:51 -0800, Yan Zhou wrote: Hello, When an app directs to CAS, the CAS login URL is appended

[cas-user] CAS5 flow state transition lose service parameter in URL?

2018-12-28 Thread Yan Zhou
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