[cas-user] Re: Execute Javascript when the login is successful

2018-08-15 Thread Andy Ng
Hi, Are you using cas maven overlay (https://github.com/apereo/cas-overlay-template/tree/5.3)? If so, for the java class, you should create a new file with those names, and put it in *src/main/java*. For the package name use your own defined package name. For others, I already specified

[cas-user] Re: Execute Javascript when the login is successful

2018-08-15 Thread Fernando Gomez
Hi Andy, I'm really grateful for your answer, please, could you tell me where I put what you mention to me? El jueves, 9 de agosto de 2018, 23:06:18 (UTC-3), Andy Ng escribió: > > Hi Fernando, > > I previously also tried to execute some JavaScript after user login > successful and before

[cas-user] Re: Execute Javascript when the login is successful

2018-08-09 Thread Andy Ng
Hi Fernando, I previously also tried to execute some JavaScript after user login successful and before redirected back to service, and I successfully created an example. However, I didn't need to know whether it is Facebook, Google, or Email, unlike your requirement. I just need to execute

[cas-user] Re: Execute Javascript when the login is successful

2018-08-09 Thread Fernando Gomez
Thanks Ray, I'm interested in having javascript executed in the user's browser that collects data about the service El jueves, 9 de agosto de 2018, 14:36:54 (UTC-3), Fernando Gomez escribió: > > > Hello, I have the following problem, in my implementation of CAS SSO, I > can login for: