Re: [cas-user] Issue handling Browser Back button in CAS UI flow

2018-04-12 Thread Yan Zhou
Hello, I am using this as an example that CAS flow does not support BACK button. That is not the real problem I am facing. We have added a couple more screens in the login flow, such as requiring user to change password if it expires, setting up user when login to CAS for the first time.

Re: [cas-user] Issue handling Browser Back button in CAS UI flow

2018-04-11 Thread Uxío Prego
Yeah take control of the browser back button and send the user to wherever you find appropriate: https://stackoverflow.com/questions/25806608/. Regards, Uxío Prego Madiva Soluciones CL / SERRANO GALVACHE 56 BLOQUE ABEDUL PLANTA 4 28033 MADRID +34 917 56 84 94 www.madiva.com www.bbva.com The

Re: [cas-user] Issue handling Browser Back button in CAS UI flow

2018-04-10 Thread Ray Bon
Yan, Accept User Agreement is shown after Login Screen form is POSTed. You can not go back to it from Success Page because that would require resubmitting the login form. If you really want to be able to go back to Accept User Agreement, you could have a link on Success Page or perform some

[cas-user] Issue handling Browser Back button in CAS UI flow

2018-04-09 Thread Yan Zhou
Hello, I built CAS 4.1.9 overlay webapp. In order to test transition among the UI screens using browser Back button, I enabled AUP flow just so I can have a couple screens to navigate with. Login Screen -> Accept User Agreement -> Success Page. When I am in the 2nd screen, I can use