Re: [cas-user] Preventing removal of OAuth tokens upon TGT expiration for one service

2017-09-25 Thread 'Caleb D' via CAS Community
Hey Ray, thanks for responding. Yes, the application frequently uses the OAuth access token and refresh token given to it after the user authenticates. During each application invocation, the application uses the access token it was given as authentication in some web service calls. If the

Re: [cas-user] Preventing removal of OAuth tokens upon TGT expiration for one service

2017-09-25 Thread Ray Bon
Caleb, You can turn off single logout for that application (more accurately, not turn it on). Or are you saying that this application periodically probes CAS to check for a valid login? Ray On Mon, 2017-09-25 at 15:15 -0700, 'Caleb D' via CAS Community wrote: Hello, We're trying to implement

[cas-user] Preventing removal of OAuth tokens upon TGT expiration for one service

2017-09-25 Thread 'Caleb D' via CAS Community
Hello, We're trying to implement a special case behavior in CAS 5 concerning OAuth. When a user authenticates, a TGT, refresh token, and access token are generated. By default when the TGT expires, the refresh token and access token are also removed (lambda defined by

[cas-user] CAS 5.1.4 Server with JDBC and SAML - Deployment error on Wildfly 10

2017-09-25 Thread SebastianU
Hi, I'm migrating to Wildfly 10 and CAS 5.x and I'm getting errors deploying default overlay template... My pom.xml includes: org.apereo.cas cas-server-support-jdbc ${cas.version} org.apereo.cas cas-server-support-saml ${cas.version} ... 5.1.4 Deployment fails with following error:

[cas-user] CAS logout error

2017-09-25 Thread Diego Andres carvajal Ruiz
Hi, I have CAS running in wildfly 10, It works fine after a few hours, when users try to logout shows an error: And here the stacktrace: 2017-09-15 09:33:49,437 ERROR [io.undertow.request] (default task-609) UT005023: Exception handling request to /cas/logout:

[cas-user] Fwd: [apereo-announcements] Hold the Dates for Open Apereo 2018!

2017-09-25 Thread Misagh Moayyed
See below. - Forwarded Message - > From: "Ian Dolphin" > To: announceme...@apereo.org, "Open" > Sent: Monday, September 25, 2017 7:26:50 AM > Subject: [apereo-announcements] Hold the Dates for Open Apereo 2018! > I am pleased to announce that

[cas-user] CAS 5.1.x Password reset link contains dot that breaks link on some devices/apps.

2017-09-25 Thread William Jojo
Is there a quick way to change the link sent from CAS PM? The link often contains multiple instances of a period which breaks the links in some readers/apps. Changing the period to %2e works always works, but can this be done within CAS? Should I file this as a bug? Thank you! -- - Website:

[cas-user] Re: CAS 5.1.x Custom template. Anyone get this working?

2017-09-25 Thread William Jojo
We did finally get this working. File placement was key! Thank you! On Tuesday, September 19, 2017 at 9:51:06 PM UTC-4, Andy Ng wrote: > > To my recall, there has been a lot of theme related posts in this group. I > also tried to make theme works on my project when I work on 5.1.x, which >

Re: [cas-user] A new CAS Adopter

2017-09-25 Thread David Curry
You might find this helpful; it's the step-by-step documentation I've been building to record our development environment for posterity. It's not the only way to do it, but if you're completely new to everything, it will at least get you off the ground with something you can then start to

[cas-user] A new CAS Adopter

2017-09-25 Thread Geordie Carroll
Hello! I am in the process of implementing my very first CAS server. I have not gotten very far in except to download the source and attempt to build it. I asked this question elsewhere and figured I would kind of ask it here too! In terms of building CAS this should be the first thing in