RE: [cas-user] Configure SAML2 IdP functionality to provide SSO for G Suite

2020-09-23 Thread Doug Campbell
Yep. The certificate was the issue. I do have it working now but I have two questions regarding warnings I am seeing. I get the following warning: WARN [org.opensaml.saml.common.binding.SAMLBindingSupport] -

[cas-user] Re: Change the Path of cas.properties file

2020-09-23 Thread Pablo Vidaurri
I'm currently using this in production: -Dcas.standalone.configurationDirectory=/opt/cas/configuration/config/ On Wednesday, September 16, 2020 at 4:30:34 AM UTC-5 tkkd...@gmail.com wrote: > Hello all, > > I would like to change the path of cas.properties. According to the > document @ >

[cas-user] webflow extension not executing

2020-09-23 Thread Pablo Vidaurri
Is this documentation on extending webflows still apply for CAS 6.2: https://apereo.github.io/cas/6.2.x/webflow/Webflow-Customization-Extensions.html I've included cas-server-core-webflow dependency, copied/pasted the SomethingConfiguration and SomethingWebflowConfigurer classes and added an

Re: [cas-user] Configure SAML2 IdP functionality to provide SSO for G Suite

2020-09-23 Thread 'Richard Frovarp' via CAS Community
The cert you were using under the old integration likely doesn't match your SAML cert. You would need to upload your new SAML cert to Google. And yeah, you want to remove the old bits of the old method, in particular the jars associated with it as it fires before the generic SAML can. On Tue,

[cas-user] Re: Update a date database field on successful login

2020-09-23 Thread mbar...@scad.edu
Marc, I'd suggest taking a look at JDBC Audits - https://apereo.github.io/cas/6.2.x/installation/Audits.html#database-audits I won't do exactly what you want, but you'll be able to get a last login date from the table it creates. Good luck! -Mike On Wednesday, September 23, 2020 at 4:06:10

[cas-user] Update a date database field on successful login

2020-09-23 Thread Marc MAURICE
Hello, I'm using jdbc/mysql to authenticate my users. I have a simple need : I want to add a last_login_date field, updated at each successful login I want to be able to know if some accounts have not been used from a very long time. I red carefully the doc and reviewed the list of