RE: [cas-user] caching attributes?

2013-09-19 Thread Paul B. Henson
> From: Scott Battaglia [mailto:scott.battag...@gmail.com] > > I can't promise anything but I'll see if we can easily convert persondirectory > to use Spring 3's cache apis. If that will make it any easier to actually use, that would be much appreciated :). It would be nice if the documentation c

Re: [cas-user] ticket= param

2013-09-19 Thread Marvin S. Addison
I would have imagined that the CasAuthenticationFilter would have stripped this ticket param out of the href once it was done consuming it? There's a configuration parameter that controls the behavior. You want redirectAfterValidation=true. See [1] for more information. M [1] https://wiki.j

Re: [cas-user] service validation content type

2013-09-19 Thread Tom Poage
I can file an enhancement request, but it'd be good to know if any (common) clients explicitly look for specific MIME types, such as text/plain. I'd expect/hope most (modern) application servers to serve UTF-8 by default. Explicitly specifying charset in the JSPs might then be considered depreca

Re: [cas-user] service validation content type

2013-09-19 Thread Marvin S. Addison
I can file an enhancement request, but it'd be good to know if any (common) clients explicitly look for specific MIME types, such as text/plain. I'm not aware of any clients that expect a particular mime type in the response payload. M -- You are currently subscribed to cas-user@lists.jasig.or

[cas-user] ticket= param

2013-09-19 Thread Marsh, Chris
I am attempting to integrate CAS into Spring, and I notice that upon successful login the ticket=ST-someid is still left as a parameter in the url. This is causing some issues with users that end up bookmarking the url with the ticket still in the URL. I would have imagined that the CasAuthenti

Re: [cas-user] java docs

2013-09-19 Thread Kevin P. Foote
On Thu, 19 Sep 2013, Kevin P. Foote wrote: Does anyone have a good public link for cas java docs? never mind .. got it -- thanks kevin.foote -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, s

[cas-user] java docs

2013-09-19 Thread Kevin P. Foote
Does anyone have a good public link for cas java docs? Can't find one in the wiki .. -- thanks kevin.foote -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display

Re: [cas-user] FW: [uportal-user] LDAP - AD Authentication

2013-09-19 Thread Marvin S. Addison
possible to construct a complex ldap query to filter users based on anything other than something of the type “CN=u%,OU=testou,DC=somedomain,DC=com” when using fastbindldapauthenticationhandler. No, not possible. You're actually constructing the bind DN via string replacement, so in strict terms

Re: [cas-user] Service requires basic authentication by single sign out

2013-09-19 Thread Jérôme LELEU
Hi, It means that your application is protected by basic auth, isn't it ? Thus protected by CAS and a basic auth at the same time... In any case, the component responsible for calling applications for logout is the HttpClient class [1]. In CAS 4.0, HttpClient is no more a class, but an interface i

RE:[cas-user] Service requires basic authentication by single sign out

2013-09-19 Thread xie
CAS server issues single sign out callbacks request to a CAS client via POST. But the client demands this callback should be sent with basic authentication, namely an additional Header in this callback request: Authorization: Basic Best regards, Xie -- You are currently subscribed to cas-user

Re: [cas-user] service validation content type

2013-09-19 Thread Jérôme LELEU
Hi, You raise a good question. The real content is XML. We can also wonder why there isn't any encoding defined (should be UTF-8). So I guess it could be : *contentType="text/xml; charset=UTF-8"* for both JSPs. I don't know if there is some legacy reason here. Best regards, Jérôme 2013/9/19 Tom

[cas-user] FW: [uportal-user] LDAP - AD Authentication

2013-09-19 Thread George Beitis
Dear all, actually forwarding a question I asked at the uportal user list, someone here might be able to guide me with this. I want to know if it is possible to construct a complex ldap query to filter users based on anything other than something of the type "CN=u%,OU=testou,DC=somedomain,DC=co