Re: [cas-user] CAS web services question

2012-08-28 Thread Philippe MARASSE
Le 27/08/2012 19:24, Nemanja Guzina a écrit : Thanks for response, but I don't know if I'm following you. Does that mean that I'll have to change authentication mechanism in APP1(switch to proxy authentication) in order to access to APP2? If App1 have to use webservice of App2 as User, IMHO

Re: [cas-user] CAS web services question

2012-08-28 Thread Nemanja Guzina
Thanks Phillippe,  So does that mean, that if I swithch to proxy authentication I will be able to use SSO via CAS by switching from APP1 to APP2 by browser, and using web services of APP2 from APP1? Many thanks Nemanja Guzina www.translations.com From:

[cas-user] LPPE and multiple authentication sources

2012-08-28 Thread ina
is there any way to use LPPE with two cascading BindLdapAuthenticationHandler? we have a chained login: first testing ldap with regular users, on failure testing ldap with guest users. UserIds are distinct in both ldaps. -- You are currently subscribed to cas-user@lists.jasig.org as:

[cas-user] CAS 3.5.0 and BindLdapAuthenticationHandler

2012-08-28 Thread ina
BindLdapAuthenticationHandler logs the complete stacktrace if a user provides the wrong pwd. I think it does not make sense to flood the log files with stacktraces for each typo in pwd ... -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe,

[cas-user] More CAS/OWA help

2012-08-28 Thread DeBoer, Daryn
Still struggling with it; this is a trace from Firefox, I'm still getting a 500 error. CAS logs, too long to post, say that Clearpass is handing off a ticket back to OWA but OWA doesn't seem to be taking it, any ideas. I know cert issues are normally brought up, the CAS server uses a wildcard

[cas-user] SPNEGO 401 Header Status along with CAS Login Page

2012-08-28 Thread Philippe MARASSE
Folks, We have our new CAS 3.5.0 in production since yesterday, and a little problem aroused with Iron browser (http://www.srware.net) on a computer outside our active directory domain : - first visit on a cassified application throws an 401 Status with Negotiate query from CAS : OK - Iron

Re: [cas-user] More CAS/OWA help

2012-08-28 Thread Marvin Addison
[HttpException (0x80004005): Error getting response from clearPass at URL: https://cas.domain2.edu/cas/clearPass;ticket. Knowing more detail from the perspective of the .NET CAS Client would be helpful. Please configure tracing per https://wiki.jasig.org/display/CASC/.Net+Cas+Client

RE: [cas-user] More CAS/OWA help

2012-08-28 Thread Liedy, Jonathan
Thank you much for the heads up on this, Marvin! Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice: (850) 270-7368 -Original Message- From: Marvin Addison

Re: [cas-user] moving from 3.4.10 to 3.5.X

2012-08-28 Thread Chris Peck
Just a note. It looks like the v0.9.0 files included by maven do not contain the class files for using JsonServiceRegistryResourceChangedEventListener - it looks like they were added to v 0.9.5? I seem to only be getting these (filtered to only include the service registry related files) in

[cas-user] ClearPass support in CAS clients?

2012-08-28 Thread Nathan Kopp
I've been reviewing ClearPass and I'm finding a lot of good information about the server side, but not much about support for the protocol in the standard CAS clients. What I'm hoping to find is an easy way to set up an HTTP reverse proxy (similar to a software load balancer) that contains a

Re: [cas-user] CAS web services question

2012-08-28 Thread Nemanja Guzina
And if it is possible, does that mean that we will have to send credentials via rest? From: Nemanja Guzina nemanjaguz...@yahoo.com To: cas-user@lists.jasig.org cas-user@lists.jasig.org Sent: Tuesday, August 28, 2012 9:45 AM Subject: Re: [cas-user] CAS web

RE: [cas-user] More CAS/OWA help

2012-08-28 Thread DeBoer, Daryn
I attached the log after turning up tracing, thanks again for taking a look. -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Tuesday, August 28, 2012 11:25 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] More CAS/OWA help [HttpException

Re: [cas-user] ClearPass support in CAS clients?

2012-08-28 Thread Eric Pierce
The CAS clients don't necessarily need to support ClearPass - as long as they support proxy tickets, they can get the user's credentials from ClearPass. Your app just needs to request a proxy ticket for the user and then access https://cas-server/cas/clearPass on their behalf. The response will

RE: [cas-user] EhCache ticket replication on CAS 3.4.11

2012-08-28 Thread Misagh Moayyed
Have you had a chance to review this wiki page? https://confluence.unicon.net/confluence/display/ProServ/EhcacheTicketRegi stry -Misagh From: Liedy, Jonathan [mailto:jli...@fsu.edu] Sent: Friday, August 24, 2012 10:19 AM To: cas-user@lists.jasig.org Subject: RE:[cas-user] EhCache

RE: [cas-user] More CAS/OWA help

2012-08-28 Thread Ben Branch
This was the only thing that stuck out to me when reviewing the log: DotNetCasClient.Protocol Information: 3237 : Invalid request - pgtId parameter not found DateTime=2012-08-28T14:37:38.2018004Z Hopefully someone more knowledge about this than myself can elaborate on this error and

RE: [cas-user] EhCache ticket replication on CAS 3.4.11

2012-08-28 Thread Ted Fisher
No. I don't have a user to log in. Ted F. Fisher Server Administrator 323 Hayes Hall Information Technology Services Email: tffi...@bgsu.edumailto:tffi...@bgsu.edu Phone: 419.372.1626 [cid:image001.gif@01CD853F.1A43D7A0] From: Misagh Moayyed [mailto:mmoay...@unicon.net] Sent: Tuesday, August

RE: [cas-user] EhCache ticket replication on CAS 3.4.11

2012-08-28 Thread Liedy, Jonathan
No account on that system. Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edumailto:jli...@fsu.edu Voice: (850) 270-7368 From: Misagh Moayyed [mailto:mmoay...@unicon.net] Sent: Tuesday, August 28,

RE: [cas-user] LPPE and multiple authentication sources

2012-08-28 Thread Misagh Moayyed
Cascading is not available OOTB, but of course you can always write the wrapper yourself. LPPE is a pretty new feature to CAS and there's a lot of room for improvement. As always, patches are welcome on Github :) -Misagh -Original Message- From: ina

RE: [cas-user] EhCache ticket replication on CAS 3.4.11

2012-08-28 Thread Misagh Moayyed
Ah, sorry. Meant to pass along this: https://wiki.jasig.org/display/CASUM/EhcacheTicketRegistry -Misagh From: Liedy, Jonathan [mailto:jli...@fsu.edu] Sent: Tuesday, August 28, 2012 2:09 PM To: cas-user@lists.jasig.org Subject: RE: [cas-user] EhCache ticket replication on CAS 3.4.11

RE: [cas-user] EhCache ticket replication on CAS 3.4.11

2012-08-28 Thread Liedy, Jonathan
Yup, sure have! While I have since gotten it working (using more of a shotgun approach to troubleshooting) that page doesn't talk about all of the pieces that need to be backported from the 3.5.0 release of CAS just to get it functional. Jonathan Liedy Middleware Administrator The Florida

[cas-user] Reading cas.properties file from login-webflow

2012-08-28 Thread s400t
Problem: I have a URL in cas.properties file and I want to read it from within the login-webflow.xml and pass that value to some bean (java file). CAS server version 3.4.10 My login-webflow begins with: flow xmlns= Inside that flow, I want to add these two lines:

RE: [cas-user] Reading cas.properties file from login-webflow

2012-08-28 Thread Liedy, Jonathan
Here’s my propertyFileConfigurer.xml file in the spring-configuration directory: ?xml version=1.0 encoding=UTF-8? beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:p=http://www.springframework.org/schema/p;

RE: [cas-user] Reading cas.properties file from login-webflow

2012-08-28 Thread s400t
That one I also have, exactly the same you have, and I can read values from cas.properties from inside deployConfigContext.xml file. No problem there. Problem is they are defined inside this bean or that bean. In login-webflow.xml, I don't have beans., the file begins with: flow .. --- On