Re: [cas-user] Re: SSO problems with CAS 5.1.3

2017-11-01 Thread Ray Bon
Mohammad, A default service registry will be automatically created under /etc/cas if no other option is set. I have not used the in memory option but you could try removing it to see if all works under default settings. Ray On Wed, 2017-11-01 at 16:47 +0330, Mohammad Anbari wrote: This is my

[cas-user] Bug in Twilio config

2017-11-01 Thread Michael O Holstein
This held me up forever .. I CC'd the author because I don't think I can post. fwiw we contract support for cas via Unicon. File : cas/support/cas-server-support-sms-twillio/src/main/java/org/apereo/cas/config/TwillioSmsConfiguration.java Commit : 620dc67c760cb2489adbd9ef6a3170d9d604f354

[cas-user] Re: Help! Weird JSON service registry crash

2017-11-01 Thread David Curry
Well, to follow up on my own question, I figured out the answer, although I'm still a little confused. Apparently, if you enable the SAML IdP, CAS requires that a service be defined in the service registry allowing access to ${cas.server.prefix}/idp/profile/SAML2/Callback.+ As near as I can

[cas-user] Re: Get Authentication Date as a SAML Attribute

2017-11-01 Thread Ned Regina
TL;DR - Attribute injection is working with serviceValidate in the master. ServiceValidate already includes the AuthenticationDate attribute. For a little more background, we'd originally decided to use samlValidate because mod_auth_cas version 1.1 (the latest version installed by yum)

[cas-user] Password Reset "500 Internal Server Error" CAS 5.1.5

2017-11-01 Thread William Jojo
Is there a way to better handle a user not yet having an email in our database of questions for PW reset? Currently get 500 Internal Server Error: We wish we could be more directly helpful to you. Error: Exception thrown executing

Re: [cas-user] CAS5 how large for tomcat maxHttpHeaderSize

2017-11-01 Thread Duane Booher
Thank you for that explanation. Our original CAS4 setting was maxHttpHeaderSize="16384", but after the CAS5 upgrade that failed right away as it was too small. Then we did go to the CAS5 documentation setting that I reference below, and recently we were questioning the value of the

Re: [cas-user] CAS5 how large for tomcat maxHttpHeaderSize

2017-11-01 Thread David Curry
Tomcat's default value for maxPostSize is 2097152, so that's "normal." ( https://tomcat.apache.org/tomcat-8.5-doc/config/http.html) Tomcat's default value for maxHttpHeaderSize is 8192 (see same link, above), but the CAS documentation for configuring the server as a SAML2 IdP recommends setting

[cas-user] Re: SSO problems with CAS 5.1.3

2017-11-01 Thread Andy Ng
Did you configure your properties file to the correct port? You can do so with making a file application.properties in src/main/resources And add these things here: https://apereo.github.io/cas/5.1.x/installation/Configuration-Properties.html#cas-server On Wednesday, 1 November 2017 15:17:27

[cas-user] Re: SSO problems with CAS 5.1.3

2017-11-01 Thread hadi
hi martin, it's my mistake to mention,correct port is 8083 On Wednesday, November 1, 2017 at 10:37:17 AM UTC+3:30, Martin Bohun wrote: > > well your example/list says that App1 is on port 8083, NOT on port 8080, > > cheers, > > martin > > On Wednesday, November 1, 2017 at 5:54:27 PM UTC+11, hadi

[cas-user] Re: SSO problems with CAS 5.1.3

2017-11-01 Thread Martin Bohun
well your example/list says that App1 is on port 8083, NOT on port 8080, cheers, martin On Wednesday, November 1, 2017 at 5:54:27 PM UTC+11, hadi wrote: > > Hi all > > I am new to cas , I am configuring cas server on JBOSS( Wild Fly 10) and > configured two cas client on separated embedded

[cas-user] SSO problems with CAS 5.1.3

2017-11-01 Thread hadi
Hi all I am new to cas , I am configuring cas server on JBOSS( Wild Fly 10) and configured two cas client on separated embedded tomcat ( spring boot applications ) , all of these applications are in the same machine localhost:8080 ---> refer to my cas server localhost:8083 ---> refer to my App