[cas-user] Cas 5.0.7 memcached integration issue

2018-03-25 Thread santosh sah
Hi, I am trying to setup *cas-server-support-memcached-ticket-registry *with cas 5.0.7 overaly. Everything is working fine with default ticket registry i.e i am successfully able to generate TGT/ST and PGT. But when i integrted the memcached it shows error while adding PGT to the memcached t

[cas-user] Re: Runtime memory in use for CAS 5.1.0-RC4

2018-03-25 Thread santosh sah
Does anyone get this issue resolved? Could you please share the solution. I am getting the same issue when integrated memcached. On Friday, May 5, 2017 at 4:58:39 PM UTC+5:45, Pedric Kng wrote: > > Hi, > > I have configured memcached and JDBC for tickets and service registry > respectively but

Re: [cas-user] Re: pac4j SAML2 authn request protocol binding

2018-03-25 Thread Jérôme LELEU
Hi, Yes, there is an issue with pac4j v2.2.0 regarding the SAML support. Upgrading to pac4j v2.2.1 should be enough to fix the problem. That said, the latest release is indeed the version 2.3.1. I submitted a PR to fix that: https://github.com/apereo/cas/pull/3255 Thanks. Best regards, Jérôme

[cas-user] Re: pac4j SAML2 authn request protocol binding

2018-03-25 Thread Scott Koranda
> I am using pac4j delegated authentication with SAML2 so that CAS uses a > SAML2 Identity Provider (IdP) for authentication. > > With CAS version 5.1.3 the sent to the IdP has > > ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" > > as I expect, and that matches the metadata fo

[cas-user] Re: build from source with additional modules

2018-03-25 Thread Scott Koranda
> I would like to build CAS from source so that I can add some additional > debugging to troubleshoot an issue with the pac4j SAML2 client support > for version 5.2.x. > > I did > > git clone g...@github.com:apereo/cas.git cas-server > cd cas-server > git checkout 5.2.x > ./gradlew war --parallel

Re: [cas-user] build from source with additional modules

2018-03-25 Thread Man H
This is not the information you gave on first place. So try not to mislead answers. Why you want to use gradle if you where using maven. El domingo, 25 de marzo de 2018, Scott Koranda escribió: > Hi, > > > Copy etc/cas/properties to /etc/cas/properties > > Add modules relevant properties to tha

Re: [cas-user] build from source with additional modules

2018-03-25 Thread Scott Koranda
Hi, > Copy etc/cas/properties to /etc/cas/properties > Add modules relevant properties to that. > See > https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html Thank you for your prompt reply, but this is not the information I need. I have a working and configured CAS deplo

Re: [cas-user] build from source with additional modules

2018-03-25 Thread Man H
Copy etc/cas/properties to /etc/cas/properties Add modules relevant properties to that. See https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html El sábado, 24 de marzo de 2018, Scott Koranda escribió: > Hi, > > I would like to build CAS from source so that I can add s