[cas-user] CAS 6.1.1 - Password Management - JDBC - it works only using autocommit=true

2019-11-15 Thread lubla
As already pointed out in an old post for the 5.3 version, it seems that the jdbc pm needs the autocommit=true also with the recent 6.1.1 version, otherwise changes are not committed to the db. Is it a bug? Thx, Luciano -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://git

Re: [cas-user] Proper way to detect if a ticket is a service ticket or a proxy ticket?

2019-11-15 Thread Pol
Thanks Ray, you confirm what I was thinking. I implemented it here: https://github.com/drupol/psrcas/blob/master/src/AbstractCas.php#L151 Thanks for your time and help mate! -*φol d.*- *Communications without intelligence is noise;* * Intelligence without communications is irrelevant.** [Al

Re: [cas-user] Proper way to detect if a ticket is a service ticket or a proxy ticket?

2019-11-15 Thread Ray Bon
Pol, It is based on configuration (I should have looked more closely at your original request). In my java demo app, there is this part in web.xml CAS Validation Filter Proxy /proxy/proxyClient /proxy/pgtCallback All calls to those paths will be directed to proxyValidate (filt

Re: [cas-user] Proper way to detect if a ticket is a service ticket or a proxy ticket?

2019-11-15 Thread Pol Dellaiera
Hi Ray, I checked the file, I understood it despite the fact that I'm not a Java developper. However, I think this is not what I was looking for. I will rephrase my question. Context of the situation: development of a CAS client library for authentication. I'm looking for the proper way to v

[cas-user] Re: Hazelcast with Hybrid CAS deployment

2019-11-15 Thread Matthew Uribe
We recently went live with a hybrid CAS (5.3.12.1) deployment using Azure. We have one CAS node inside our network, and 2 in Azure. They replicate sessions using Hazelcast. We have our internal DNS directing on-prem traffic to our local CAS node, and any traffic from public IP addresses goes to

[cas-user] Hazelcast with Hybrid CAS deployment

2019-11-15 Thread Geng, Kelly
Hi All, Does anyone here deploy a CAS(v5 +) instance to both local data center and some cloud instance (AWS, Azure, etc), and have an active-active set up, and was able to have Hazelcast replicating sessions across all nodes? We are on CAS 6.0 and have 2 local nodes and 2 AWS nodes. We intend to s

Re: [cas-user] Re: cas 6.1 with u2f

2019-11-15 Thread John Bond
Hi Andy, For the time being i need to use json, i can investigate using a different storage backend and probably will when i need to start scaling the application. however for now im happy to hold of the upgrade as this is currently working for cas 6.0. i assumed its either a bug or something st

Re: [cas-user] Re: cas 6.1 with u2f

2019-11-15 Thread Andy Ng
I see, so does that fix your problem? or you must need to use JSON? /Andy -- - 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 subsc

Re: [cas-user] Re: cas 6.1 with u2f

2019-11-15 Thread John Bond
Hi Andy, Thanks for the response and additional testing. It looks like the error is specific to 'u2fDeviceRepositoryCleanerScheduler' which I think only applies when using "FIDO U2F JSON". by adding the ` cas-server-support-u2f-jp` dependency im guessing that u2fDeviceRepositoryCleanerScheduler

[cas-user] Re: cas 6.1 with u2f

2019-11-15 Thread Andy Ng
Hi John, Not familiar with uf2 at all, but I am trying this out in my simulation and I also encountered your bug as well. Something like this: *Caused by: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'u2fDeviceRepository': Requested bean is

[cas-user] Re: How to make CAS 6.1 work with Azure AD?

2019-11-15 Thread Andy Ng
hi, https://apereo.github.io/cas/6.1.x/configuration/Configuration-Properties-Common.html#delegated-authentication-settings please try autoredirect=true for your azure config. -Andy -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: ht

[cas-user] cas 6.1 with u2f

2019-11-15 Thread John Bond
Hi All, I have recently tested the 6.1 branch by using the cas-overlay-template from apereo. however when i try to add u2f support i get the following error 2019-11-15 10:47:32,512 WARN [org.apereo.cas.web.CasWebApplicationContext] - The change i made is here https://github.com/apereo/c

[cas-user] Re: How to make CAS 6.1 work with Azure AD?

2019-11-15 Thread Александр Бруквин
Thank you for replying. Azure Authentication working now. How can I remove username and password login form from CAS? I added this properties to cas.properties file, but username and password login form still remains cas.authn.accept.users= cas.authn.accept.name= cas.authn.accept.credentialCri