[cas-user] How can I use cas server to generate a jwt as a service ticket?

2018-08-20 Thread leo
vote favorite I use the cas server to generate a jwt as a service ticket by following the link below. https://apereo.github.io/cas/5.3.x/installation/Configure-ServiceTicket-JWT.html A

[cas-user] Re: CAS 5.3.2 Service registry with mongo db.

2018-08-20 Thread Andy Ng
Hi Viveknand, Last time then I experienmenting with MongoDB as service registrry, I need to: - change all the *@ to _*, - also *id* need to be *_id*. - And all the number becomes NumberLong() Something like this should work (tested on 5.3.x): =

[cas-user] Open CVEs

2018-08-20 Thread Curtis Ruck
I'm looking at the dependency check job in travis (https://travis-ci.org/apereo/cas/jobs/418359410) and i see alot of "dependencies with known vulnerabilities". Should we be trying to upgrade those? Some i realize are probably bogus (CVE-2000-0759), in tomcat-servlet-api-8.5.32.jar (cpe:/a:ap

Re: [cas-user] Apache 2.4 with Mod_auth_CAS session timeouts before setting value.

2018-08-20 Thread Matt Thompson
Thanks, David. I thought I'd post here too in hopes someone may see it that's familiar with the issue. On Mon, Aug 20, 2018 at 5:07 PM, David Hawes wrote: > For reference: > > https://github.com/apereo/mod_auth_cas/issues/151 > > On 20 August 2018 at 16:28, Matt T wrote: > > Hi Everyone, > > >

Re: [cas-user] Apache 2.4 with Mod_auth_CAS session timeouts before setting value.

2018-08-20 Thread David Hawes
For reference: https://github.com/apereo/mod_auth_cas/issues/151 On 20 August 2018 at 16:28, Matt T wrote: > Hi Everyone, > > I'm pulling my hair out here. We run Cognos and front-end it with Apache > 2.4. We've CASified the application by using mod_auth_cas. We've compiled > from source and

[cas-user] Apache 2.4 with Mod_auth_CAS session timeouts before setting value.

2018-08-20 Thread Matt T
Hi Everyone, I'm pulling my hair out here. We run Cognos and front-end it with Apache 2.4. We've CASified the application by using mod_auth_cas. We've compiled from source and installed. Our timeouts are set as follows in the auth_cas.conf. CASIdleTimeout 7200 CASTimeout 28800 Our tick

[cas-user] CAS5.2.x, how to set up JNDI entry for embedded tomcat

2018-08-20 Thread Yan Zhou
Hi, CAS 5.2.X has embedded tomcat, but it does not have JDNI enabled. How do I add the customization of making an jndi entry available? Thx! Yan -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contribution

Re: [cas-user] CAS 5.x default ticket expiration times

2018-08-20 Thread David Curry
I think these are what you want (first is the explanation, second shows the values): https://apereo.github.io/cas/development/installation/Configuring-Ticket-Expiration-Policy.html https://apereo.github.io/cas/development/installation/Configuration-Properties.html#tgt-expiration-policy -- DAVID

[cas-user] CAS 5.x default ticket expiration times

2018-08-20 Thread Tim McLaughlin
Hello, I am trying to find the default expiration times for the various tickets (mostly the TGT). Currently we only set the "rememberMe" timeout, but based on some things I'm seeing, I need to confirm the defaults for the other things we are not explicitly setting. Can someone point me at the

[cas-user] CAS 5.3.2 Service registry with mongo db.

2018-08-20 Thread vivekanand yaram
Hello All, Good morning ! I’m working on a POC to use CAS with our application . So far the POC is going good and I could see that CAS matching all our requirements . We are using mongo database with our application , so would like to continue the same databased with CAS too , but while l

[cas-user] CAS modification class

2018-08-20 Thread Sabrina Lanzotti
Hello, How are you? For some time now our Company has been running CAS and it Works great but now we have a new requirement: to integrate confluence with jira but not through CAS, with local users and still have CAS for other users. Now as I was told by the Atlassian support this out of