[cas-dev] An walkthrough of a CAS request

2015-10-05 Thread Alex Olson
particularly what is the role of an ArgumentExtractor vs WebApplicationService and at what points in the request processing do they come into play? -- Alex -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see

Re: [cas-dev] CAS REST API TGT Lifeteime

2015-09-28 Thread Alex Olson
Also does this line remove TGT’s created via the REST API as well or just the one that is created via normal login? https://github.com/Jasig/cas/blob/master/cas-server-webapp-support/src/main/java/org/jasig/cas/web/flow/TerminateSessionAction.java#L89 -- Alex From: Alex Kellen Olson Reply-To

[cas-dev] CAS REST API TGT Lifeteime

2015-09-28 Thread Alex Olson
What’s the lifetime of a TGT created via the CAS REST API (POST /cas/v1/tickets) ? Of course it is killed once there is a DELETE performed on the resource, but barring that, how long will the TGT be valid? -- Alex -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail

Re: [cas-dev] How does CAS use Spring Webflow?

2015-09-28 Thread Alex Olson
I am curious though, what were the motivations to use webflow for login when the rest of the application appears to use SimpleUrlHandlerMapping? -- Alex From: Alex Kellen Olson Date: Monday, September 28, 2015 at 15:14 To: "cas-dev@lists.jasig.org<mailto:cas-dev@lists.jasig.org>&q

Re: [cas-dev] How does CAS use Spring Webflow?

2015-09-28 Thread Alex Olson
Nevermind, it appears I found it. If I understand web flow correctly, the fact that this flow is given an id of “login” maps it to /login: (in cas-servlet.xml) -- Alex From: Alex Kellen Olson Reply-To: "cas-dev@lists.jasig.org<mailto:cas-dev@lists.jasig.org>" Date: Mond

[cas-dev] How does CAS use Spring Webflow?

2015-09-28 Thread Alex Olson
It appears CAS uses Spring webflow only for login, is that correct? Where is the code/configuration that maps the /login endpoint to the login-webflow? -- Alex -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access

[cas-dev] Preferred Method Of Building CAS For Development

2015-02-26 Thread Alex Olson
What is the general preferred/standard method of building/testing the CAS project on a local dev machine? -- Alex K. Olson -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki

[cas-dev] Help on avoiding concurrent users for a single account

2011-02-23 Thread Jean Alex Jean Louis philippe
Hi Guys, I have the following requirement : "Concurrent user logins of any single "user account" must be restricted." I've implemented the solution proposed by Spring Security (http://static.springsource.org/spring-security/site/docs/3.0.x/reference/session-mgmt.html#concurrent-sessions) becaus

Re:[cas-dev] SSO Timeout problem

2011-02-11 Thread Jean Alex Jean Louis philippe
Thank you for your reply. I understand your answer. However this means that from a system standpoint, it is impossible to have an idle timeout when using CAS because CAS will automatically send a logout service ...! My question is: Is there any solution to meet this need? I thought about chan

[cas-dev] SSO Timeout problem

2011-02-10 Thread Jean Alex Jean Louis philippe
Hello, I do not know if this is the right place to submit my request ... I have a problem concerning the definition of the CAS IdleTimeout. I want to be able to expire the session of a CASified service after 30 min of inactivity in this service. Due to a problem caused by the way Spring imp

RE: [cas-dev] CAS Community Call Followup - OWA/Clearpass Integration

2010-07-30 Thread Alex Campos
to spend some time helping the community in testing and/or contribute if possible. Please let us know if we can be of any help, ~Alex -Original Message- From: Scott M. Holodak [mailto:sholo...@princeton.edu] Sent: Thursday, July 22, 2010 3:48 PM To: cas-dev@lists.jasig.org Subject

[cas-dev] NTLM authentication

2010-07-28 Thread Alex
how do we make CAS aware of it? 2. We are a .NET development shop and hence the concern of how much custom code are we looking at? 3. Has anyone in the community integrated using Waffle? Here is the link: http://waffle.codeplex.com/ I would appreicate any feedback/pointers. Regards, Alex -