[cas-user] CAS 5.1.2 ConcurrentModificationException at login

2019-01-31 Thread Juan Quintanilla
Hi, We are running CAS 5.1.2 with Mongodb for ticketing and ldap for authentication and have been seeing the following error every so often during heavy load test which seems to give 500:Internal Server Error and a ConcurrentModificationException in the logs. We have not done any changes

Re: [cas-user] [CAS 6.1.X] custom cas.properties not working for JSON services

2019-01-31 Thread Ray Bon
Have a look at build.cmd. It is a wrapper around gradlew. One of the capabilities is copying etc/cas/*. After you start CAS, have a look in /etc/cas/services (not sure where that is on Windows) to be sure that your service.json is there. Ray On Thu, 2019-01-31 at 10:01 -0800, The Jej wrote:

Re: [cas-user] [CAS 6.1.X] custom cas.properties not working for JSON services

2019-01-31 Thread Andy Ng
Hello, The problem might be this `src/main/resources/etc/cas/config/cas.properties` You need to copy the /etc/cas/config/cas.properties to root, in your case because you are using Windows, that means "C:/etc/cas/cas.properties" if you do not want to put things outside of your directory, then

[cas-user] Re: CAS 5.1.2 ConcurrentModificationException at login

2019-01-31 Thread Andy Ng
Hi Juan, You are using an old version of CAS, your best bet is to upgrade to a more recent version. You can check the latest CAS release here: https://github.com/apereo/cas/releases To minimized the change needed, use 5.3.7 would be Ok. 6.0.0 is better but you would need to change a fair bit

[cas-user] Re: CAS JWT Service ticket validation getting failed

2019-01-31 Thread Michele Melluso
Hi srmudiganti, try to see if this helps: https://groups.google.com/a/apereo.org/d/msg/cas-user/2kby6bDGnoQ/J-AmktLCFgAJ regards Michele On Thursday, January 31, 2019 at 4:28:25 PM UTC+1, srmudigan wrote: > > Hi Michele, > > Thanks for your reply.I tried to authenticate CAS without client app

[cas-user] Re: CAS Forget password & Change Password Options

2019-01-31 Thread Eduardo Rdez
Hello, We have the same problem. Also using CAS v5.3 connected to Ldap for user access. These are the steps we have taken to use the Forget Password, but no idea how to enable user change password. See if someone can help us to finish configuration. We would like to have one link for a

[cas-user] Re: CAS JWT Service ticket validation getting failed

2019-01-31 Thread srmudigan
Hi Michele, Thanks for your reply.I tried to authenticate CAS without client app and I see it generated the jwt. I used the URL https://localhost:8443/cas/login?service=https://www.example.org to authenticate against cas. It generated the JWT ticket in the URL:

[cas-user] Re: CAS client changes required to use JWT service ticket in CAS 5.3?

2019-01-31 Thread srmudigan
Hi Yan, Did you get any solution to issue above ? Please let me know as I am having same issue. Regards, srmudigan On Friday, September 7, 2018 at 11:18:13 AM UTC-4, Yan Zhou wrote: > > Hello, > > I am enabling JWT Service Ticket in CAS 5.3 server. My flow stops here: > >

[cas-user] [CAS 6.1.X] custom cas.properties not working for JSON services

2019-01-31 Thread The Jej
Hello everyone, I've been using CAS 3.5.2 for quite a long time and I want to upgrade to a newer version. So I've been following the getting started guide here: https://apereo.github.io/2019/01/07/cas61-gettingstarted-overlay/ I'm using: intellij (latest version) on windows 10. Here is what