I am trying again to get this working... since now the 3.x.12 cas client is final, so i thought id give it a go

But i have some questions first:

- Will the JAAS Authentication not use the CAS Login-Page at all? Cause this would be the goal. Just use the JAAS Login and being able to authenticate via CAS. The reason for this is: If the CAS Auth should fail, the JAAS module would just go to the next one (IdentityLoginModule of JBPortal) and maybe success there. This would allow a more variable Login like "First CAS, then JBP Credentials". - If the first time im being redirected to CAS it would be basically almost useless

then:
How do i configure the Filters and Mappings in JBoss AS 4.2.3 and JBoss Portal? Since there are a LOT of web.xmls and i dont quite know which one is the correct one.

Thank you for your replys.

On 9/1/2010 3:30 PM, Marvin Addison wrote:
http://img34.imageshack.us/img34/7166/samlb.jpg

basically the TARGET parameter equals the password.
The TARGET should be equal to the service, and it is.  Two things jump
out in the second screenshot:

  1. ticket="sdfsdfds", which is not a valid ticket.
  2. service="sdfsdfds", which is not a valid https URL.  The latest
CAS server restricts services to https (and maybe also http) by
default.

If you have used the WebAuthenticationFilter properly, it will inject
the ticket and service into the module correctly.  The fact that the
ticket is equal to the service suggests you're using another method.
Please confirm you're using WebAuthenticationFilter; if you are,
please cite the relevant sections of your web.xml inline.  Pastebin is
fine for screenshots, but configuration and log excerpts are best
placed inline in your posts.  Also, you haven't provided any logs.
Those are very helpful in determining problems, and it would be
helpful to include them in subsequent posts.

Thanks,
M



--
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to