Re: [cas-user] CAS 5.2.3 running on tomcat 9 and openjdk11

2019-12-11 Thread Chava
want I can send you changes I did to compile in java 11. Thanks Rao On Monday, December 9, 2019, Chava wrote: > Hi Andy, > > I see thread block time on org.thymeleaf.spring4. > SpringTemplateEngine@22a4a47’ . It looks like CAS creates only one > instance of it during initializa

Re: [cas-user] Re: CAS 5.2.3 running on tomcat 9 and openjdk11

2019-12-09 Thread Chava
Hi Andy, I see thread block time on org.thymeleaf.spring4.SpringTemplateEngine@22a4a47’ . It looks like CAS creates only one instance of it during initialization so I'm not sure why this one has thread contention. Thanks On Mon, Dec 9, 2019 at 9:38 PM Andy Ng wrote: > Hi Rao, > > When we us

Re: [cas-user] Re: CAS 5.2.3 running on tomcat 9 and openjdk11

2019-12-09 Thread Chava
Also I see lot of changes in CAS 6.x which takes lot of time migrate. In QA environment we didnt see any issues so we moved to prod already and now we see issues. On Mon, Dec 9, 2019 at 8:17 PM Chava wrote: > Thanks,Andy for quick reply. Whats the dependency on java version? > > On M

Re: [cas-user] Re: CAS 5.2.3 running on tomcat 9 and openjdk11

2019-12-09 Thread Chava
Thanks,Andy for quick reply. Whats the dependency on java version? On Mon, Dec 9, 2019 at 6:42 PM Andy Ng wrote: > CAS 5.2.x don't really work well with Java 11. > > To upgrade to Java 11, you will also need to upgrade CAS version to CAS 6. > > - Andy > > -- > - Website: https://apereo.github.io

Re: [cas-user] How to enable JWT in Oauth 2.0 Access Token

2019-10-18 Thread Chava
I'm also looking for same thing for webservices/API authentication. All I need to do in CAS is validate user name/password and generate JWT token. Thanks Rao On Sun, Oct 6, 2019 at 10:20 PM Cemal Önder wrote: > I would like to return self-signed access tokens (JWT) to my clients. So I > will n

Re: [cas-user] Re: CAS 5.2.3 -support for XSS protection

2018-10-04 Thread Chava
no problem. Thanks for quick response On Wed, Oct 3, 2018 at 6:30 PM Andy Ng wrote: > Hi Chava, > > Ops, guess I misunderstand your question then. Cool that your code > worked! > > Cheers! > - Andy > > -- > - Website: https://apereo.github.io/cas > - Gitter C

Re: [cas-user] What's the stable CAS 5.x GA version?

2018-08-15 Thread Chava
I'm trying to upgrade from 5.2.3 to 5.3.0 and I see lot of changes?? Is 5.3.0 is stable version?? Thanks Rao On Wed, Jun 6, 2018 at 5:58 PM, Chava wrote: > Thank you David and Andy for quick reply. > > Rao > > On Wed, Jun 6, 2018 at 12:31 AM, Uxío Prego wrote: >

Re: [cas-user] Re: Upgrade CAS 3.5.2 to CAS 5.x

2018-02-23 Thread Chava
gt; > As for your #2 - that is a multi-tenancy feature of the software which is > currently not implemented in CAS. > > HTH, > > D. > > > > > On Fri, Feb 9, 2018 at 8:53 PM -0500, "Chava" wrote: > > Any one has ideas on this? >> >> &

Re: [cas-user] Re: Upgrade CAS 3.5.2 to CAS 5.x

2018-02-09 Thread Chava
Any one has ideas on this? 2) I also want to support multiple IDPs vendors and use CAS as IDP , this should be based on customer? Do I need to customize login web flow to use different IDP based on customer? This means one customer is using CAS login back end oracle db.and another customer us