[cas-user] unauthorize a profile when I try to login with Google or Facebook. DelegatedClientAuthenticationHandler.java

2020-08-19 Thread Fernando Gomez
Hello!!! I hope you can guide me a little: I need to be able to step on and modify the: DelegatedClientAuthenticationHandler.java To be able to unauthorize a profile when I try to login with Google or Facebook. But I can't get it to compile. I mount it in my project in the path: /cas-overlay-tem

Re: [cas-user] unauthorize a profile when I try to login with Google or Facebook. DelegatedClientAuthenticationHandler.java

2020-08-19 Thread Fernando Gomez
, Ray Bon escribió: > Fernando, > > Why are you using a pom file? > Cas and cas-overlay-template are built with gradle. > > If packages are missing, then you must be missing a dependency. Checkout > the cas project and search it with grep. > > Ray > > On Wed, 2020-08-

[cas-user] Registered service [name] does not define any authorized/supported delegated authentication provider

2021-06-03 Thread Fernando Gomez
Hello, the following warning is coming out in my logs: * [org.apereo.cas.services.DefaultRegisteredServiceDelegatedAuthenticationPolicy] - * ** The problem is that the production log is filling up very quickly for this issue. I have my service configured as follows: { "@class": "org.aper

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

2018-08-09 Thread Fernando Gomez
Hello, I have the following problem, in my implementation of CAS SSO, I can login for: Facebook, Google and Email, I need to do is that when the login is successful in any of the entry methods, I can run a script, i.e. If I login with Facebook and is a successful, I must then execute a script t

[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 > c

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

2018-08-15 Thread Fernando Gomez
er to service > // you might also want to redirect user when JavaScript is not enable, you > will need to research more on that and put in this file as well > > > > > > === > *5. src/main/resoruces/ME

[cas-user] Nginx App Protected with CAS SSO

2019-03-11 Thread Fernando Gomez
Hello, I currently have an APP with apache mod_auth_cas, that protects it, but the application in production I have in Nginx, is there any way to do something similar to what I already have in Nginx? Thanks in advance LoadModule auth_cas_module /etc/apache2/mods-available/mod_auth_cas.so Au