[cas-user] Tomcat roles authentication

2010-12-28 Thread Fortunato Latella
Hello, I have some applications that are using the tomcat roles (defined in the tomcat-users.xml) in order to grant the access to an user. The user enter username and password and depending on the role defined in the tomcat-users.xml he will get (total or partial) access to the application. I

Re: [cas-user] Tomcat roles authentication

2010-12-28 Thread Scott Battaglia
We actually have Tomcat support built into the CAS Client 3.2.0 but we appear not to have documented it yet. *sigh*. Maybe Marvin can chime in with his sample app/simple instructions. On Tue, Dec 28, 2010 at 9:38 AM, Fortunato Latella latel...@gmail.comwrote: Hello, I have some applications

re:[cas-user] CAS error in glassfish

2010-12-28 Thread chris
I figured out that this was being caused by a Glassfish security profile. I've done a brute force grant: permission java.security.AllPermission *; to get by this issue. Does anyone happen to know the correct grant that is required by CAS to work in glassfish? Thanks! -- You are currently

[cas-user] Authenticate to CAS from remote form

2010-12-28 Thread Joel Goguen
Hi everyone, I'm trying to create a form where users can authenticate to CAS. The problem is, this form lives on a different domain from the CAS server; the CAS server is on one subdomain of our site and the form is on another subdomain. I'm aware that it's typically not recommended for non-CAS