RE: [cas-user] 5.1.2 to 5.2 CAS migration

2017-12-15 Thread Maxwell, Gary
Ok I just wanted to make sure. Thanks! From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Man H Sent: Friday, December 15, 2017 9:39 AM To: cas-user@apereo.org Subject: Re: [cas-user] 5.1.2 to 5.2 CAS migration this is what I have in 5.2.0 CREATE TABLE `RegexRegisteredService`

RE: [cas-user] ehcache issue on CAS 5.2.0-RC4

2017-12-15 Thread Maxwell, Gary
Hi Duane, I am getting the same error along with . I will let you know if I find something! Thanks Gary From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Duane Booher Sent: Tuesday, November 21, 2017 11:44 AM To: CAS Community Subject: [cas-user] ehcache

Re: [cas-user] 5.1.2 to 5.2 CAS migration

2017-12-15 Thread Man H
this is what I have in 5.2.0 CREATE TABLE `RegexRegisteredService` ( `expression_type` varchar(50) NOT NULL DEFAULT 'regex', `id` bigint(20) NOT NULL AUTO_INCREMENT, `access_strategy` longblob, `attribute_release` longblob, `description` varchar(255) DEFAULT NULL, `evaluation_order`

[cas-user] [CAS 5.1.6 and 5.2.0] JWT : Last call before nervous breakdown

2017-12-15 Thread Didier Capdevielle
Hi all, I try since a too long time to make JWT Service Ticket works. no problerm with dependencies cas-server-support-token-tickets (and cas-server-support-token-webflow) in pom.xml In cas.properties (version 5.2.0, names of parameters have changed) ... ## JWT authentification : # #

[cas-user] Exception in async processing

2017-12-15 Thread Bergner, Arnold
Thank you, that solved it. Von: cas-user@apereo.org [mailto:cas-user@apereo.org] Im Auftrag von David Curry Gesendet: Freitag, 15. Dezember 2017 14:13 An: cas-user@apereo.org Betreff: Re: [cas-user] Exception in async processing This is a servlet container configuration issue, not a code issue

RE: [cas-user] CAS ldap against AD?

2017-12-15 Thread Tim Tyler
Michael, That really helped. I finally have ldap working. You filled in some gaps for me. But I did have one remaining problem that I had to resolve. Our AD certs are self signed for ldap. The chain cert wasn’t trusted by just loading the public cert. So I had to get the CA and install it

[cas-user] Re: CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-15 Thread Jozef Kotlar - EEA.sk
I think you should leave cas.server.httpProxy.secure=true, this is actually setting on container connector the CAS is checking. Jozef On Thursday, December 14, 2017 at 5:50:59 AM UTC+1, casuser wrote: > > There is a load balancer in between the user and the CAS . The load > balancer will check

Re: [cas-user] Exception in async processing

2017-12-15 Thread David Curry
This is a servlet container configuration issue, not a code issue -- no pr needed. The embedded servlet container comes pre-configured with async support enabled, but if you're using an external servlet container, you have to enable it yourself. This is documented here:

[cas-user] CAS 5.2 OAUTH2

2017-12-15 Thread David Molina
I'm trying configure CAS as OAUTH2 Server, to manage SPA security using password grant_type. The problem is that the CAS Server ignores the username and password parameters. Password grant type behaviuor is the same that client_credentials grant type. -- - Website:

[cas-user] Re: ehcache issue on CAS 5.2.0-RC4

2017-12-15 Thread Ludovic Senecaux
I had exactly the same issue. Anyone has found a workaround ? thanks -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are

[cas-user] Exception in async processing

2017-12-15 Thread Bergner, Arnold
Hi, I'm running CAS 5.2.0 on seperate tomcat. Trying to access the status/ssosessions page, I get the following exception: java.lang.IllegalStateException: Async support must be enabled on a servlet and for all filters involved in async request processing. This is done in Java code using the