Re: [cas-user] How to Extend TGT session without logging in to another SSO application?

2021-01-29 Thread Ed O'Neill
Thanks Ray, In 4.1 I created a webflow in CAS that would handle a request to a non-existant but uniquely named service, and so I could make js async requests from the current app being used to CAS for the "keep-alive" service, and handle the response quietly, and this would increase the TGT

Re: [cas-user] How to Extend TGT session without logging in to another SSO application?

2021-01-29 Thread Ray Bon
Ed, Short answer: no. Cas does not store session information about a service. I suppose you could configure your service to send a login request whenever it detects that it is still active. Just watch out for long running applications (like webmail) that that could keep the TGT live

[cas-user] How to Extend TGT session without logging in to another SSO application?

2021-01-29 Thread Ed O'Neill
I have worked with CAS 4.1 in the past and in that version, there was no way to extend the life of a TGT ticket without a user attempting to log into another CAS registered service prior to the expiration of the TGT. What this meant was that if a user used CAS to log into a registered

Re: [cas-user] CAS 5.3, OIDC redirect back to root when using bookmarks

2021-01-29 Thread Ray Bon
Yan, A partial solution is 'cas.view.default-redirect-url' which can be found here, https://apereo.github.io/cas/6.3.x/configuration/Configuration-Properties.html#views. Lets you specify where to go when no service param is supplied. Ray On Fri, 2021-01-29 at 13:21 -0800, Yan Zhou wrote:

[cas-user] CAS 5.3, OIDC redirect back to root when using bookmarks

2021-01-29 Thread Yan Zhou
Hello, We noticed an issue on CAS 5.3 with OIDC. I finally realized what maybe going on, but do not have a solution. App uses CAS for authentication via OIDC, App redirects to CAS login page. When people bookmark the apps, the first opportunity they have is the CAS login page, the URL

Re: [cas-user] CAS Authentication by PKE usb token

2021-01-29 Thread Ray Bon
That is the process. It gets updated for each release. More recent blogs are available at https://fawnoos.com/blog/. Ray On Fri, 2021-01-29 at 11:43 +0330, Maysam Shirazi wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links

RE: [EXTERNAL SENDER] Re: [cas-user] Latest Release - What is it really?

2021-01-29 Thread King, Robert
I also find that https://github.com/apereo/cas/milestones is a great resource for planning releases. From: cas-user@apereo.org On Behalf Of Andrew Marker Sent: Friday, January 29, 2021 11:06 AM To: CAS Community Cc: Ray Bon Subject: [EXTERNAL SENDER] Re: [cas-user] Latest Release - What is it

Re: [EXTERNAL SENDER] Re: [cas-user] CAS 5.0.x newer ldaptive?

2021-01-29 Thread 'Richard Frovarp' via CAS Community
Sorry, you don't need it in 5.3 as that one is default. So I didn't see that in my dependencies. You'll need the ldaptive dependency for that. You'll want to match version to the other ldaptive version you have. 1.2 appears to bring in the unboundid dependency:

Re: [cas-user] Latest Release - What is it really?

2021-01-29 Thread Andrew Marker
This is great. Thanks Ray. On Thursday, January 28, 2021 at 3:07:25 PM UTC-6 Ray Bon wrote: > Andrew, > > Under EOL Schedule on this page, > https://apereo.github.io/cas/developer/Maintenance-Policy.html (which is > under planning on the left hand menu - both 6.2.x and 6.3.x docs point to >

RE: [EXTERNAL SENDER] Re: [cas-user] CAS 5.0.x newer ldaptive?

2021-01-29 Thread King, Robert
I’m not certainas to the 5.0 version, but to use the UnboundIDProvider in 6.x you need to add : compile "com.unboundid:unboundid-ldapsdk:4.0.9" to the Gradle build dependencies. I would assume it would be the same for Maven. From: cas-user@apereo.org On Behalf Of Baron Fujimoto Sent:

Re: [cas-user] CAS Authentication by PKE usb token

2021-01-29 Thread Maysam Shirazi
Is that the way ( https://apereo.github.io/2019/03/12/cas61x-codebase-feature-build) can we do to develop a new module for CAS? On Fri, Jan 29, 2021 at 11:35 AM Maysam Shirazi wrote: > OK Ray, Good luck. > Meysam > > On Wed, Jan 27, 2021 at 11:24 PM Ray Bon wrote: > >> That is exactly what I

Re: [cas-user] CAS Authentication by PKE usb token

2021-01-29 Thread Maysam Shirazi
OK Ray, Good luck. Meysam On Wed, Jan 27, 2021 at 11:24 PM Ray Bon wrote: > That is exactly what I am planning to do. Here is hoping management gives > me the time. > > Ray > > On Wed, 2021-01-27 at 11:21 -0800, Meysam Shirazi wrote: > > Notice: This message was sent from outside the University