RE: [cas-user] Re: 5.3.2 cas.css logo class causes IE to render default login page incorrectly on IE

2018-09-14 Thread Doug Campbell
Thanks Jeff! That was exactly the information I needed and helps me to understand how things work better. Much appreciated. Doug From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Jeff Sittler Sent: Friday, September 14, 2018 5:13 PM To: CAS Community Subject:

Re: [cas-user] Re: custom header/footer values from properties.

2018-09-14 Thread Curtis Ruck
Great. Thanks! -- Curtis Ruck On Fri, Sep 14, 2018 at 5:17 PM Jeff Sittler wrote: > Hi Curtis, > > I am working on the CAS documentation and that is one area that I am > hoping to address and expand upon. > > Try using something like this: >

[cas-user] How to add various users to make conection with database in CAS v5.1.5

2018-09-14 Thread Diego Andres carvajal Ruiz
Hi everyone, I've CAS v5.1.5 in Wildfly 10. Actually I have only 1 node of CAS, but I want to create more nodes with differents users to connect to the database but I don't know how to do it. It's possible in the cas.properties file add the follow lines and will it work?:

[cas-user] Re: custom header/footer values from properties.

2018-09-14 Thread Jeff Sittler
Hi Curtis, I am working on the CAS documentation and that is one area that I am hoping to address and expand upon. Try using something like this: -Jeff On Wednesday, September 12, 2018 at 12:17:01 PM UTC-7, Curtis Ruck wrote: > > I need to add some static data wired from cas.properties into

[cas-user] Re: 5.3.2 cas.css logo class causes IE to render default login page incorrectly on IE

2018-09-14 Thread Jeff Sittler
Hi Doug, The cas.css file is generated at build time from the cas.scss file located here: https://github.com/apereo/cas/blob/5.3.x/webapp/resources/static/sass/cas.scss Feel free to submit a pull request to fix the IE 11 issue you fixed. As for modifying the cas.css file itself, you can

Re: [cas-user] CAS build stuck

2018-09-14 Thread Zach Tackett
That did it for me! Thank you so much. The login page came up, now I just have to figure out how to get it to work with ADFS so that it will redirect to the college login page. On Friday, September 14, 2018 at 2:49:41 PM UTC-4, Matthew Uribe wrote: > > Have you had a chance to look through

Re: [cas-user] Re: encryption and signing key generation

2018-09-14 Thread Curtis Ruck
typo in the key name. It worked perfectly for me once i generated the value with openssl instead of jwk-gen.jar -- Curtis Ruck On Fri, Sep 14, 2018 at 2:47 PM Zach Tackett wrote: > I tried this and it still says > > [cas.webflow.crypto.encryption.key]. CAS will attempt to auto-generate the

Re: [cas-user] CAS build stuck

2018-09-14 Thread Matthew Uribe
Have you had a chance to look through David Curry's guide? It's thorough and well laid out, and should get you on the road to successfully setting up CAS. https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html [image: Aims Community College Top Work Places 2018 - The

[cas-user] Re: encryption and signing key generation

2018-09-14 Thread Zach Tackett
I tried this and it still says Any hint as to why? On Thursday, September 13, 2018 at 10:03:02 AM UTC-4, William E. wrote: > > +1 > > I ended up grabbing values from the cas startup logs and setting in my > cas.properties. Seems to work. > > > On Wednesday, September 12, 2018 at 3:34:32 PM

Re: [cas-user] CAS build stuck

2018-09-14 Thread Matthew Uribe
I don't see anything wrong. It shows the build was a success, and that Tomcat is started. The WARN messages are not errors. It's just telling you that it made its own keys, and that tickets are being stored in memory. Are you able to navigate to https://localhost:8443/cas on the host? (Assuming

[cas-user] CAS build stuck

2018-09-14 Thread Zach Tackett
I am completely new to CAS, server side management. New job, boss asked me to setup CAS on a CentOS 7 server Installed Java8, tomcat, cloned down the cas-overlay-template (maven) I am getting stuck at this point. I have went back into the logs and set the values it is issuing warnings on, and