[cas-user] Casifying a web app which invokes an EJB - how to propagate Principal to a remote service?

2012-07-25 Thread Maciek
ule. Does anyone have another idea? I may misunderstand some concepts behind the WebAuthentication way, because JAAS seems extremely unintuitive to me. Has anyone had a similar problem? Both clients (web apps) and service will be deployed on JBoss 7.1.1.Final AS. Thanks in advance, best regards, Maci

Re:[cas-user] Deploying to IBM Websphere 7.0.13 JPA 2.0 error

2010-11-23 Thread Maciek
Hi, have you installed the OSGi and JPA 2.0 Feature Pack for WAS 7? Best regards, Maciek -- View this message in context: http://jasig.275507.n4.nabble.com/Deploying-to-IBM-Websphere-7-0-13-JPA-2-0-error-tp3025564p3055116.html Sent from the CAS Users mailing list archive at Nabble.com

Re:[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-23 Thread Maciek
e so kind as to clarify this matter? I've enabled the valve considering it a part of establishing the WebAuthentication requirements, but the documentation suggests the man is right. Best regards, Maciek -- View this message in context: http://jasig.275507.n4.nabble.com/Problems-with-CAS-if

Re:[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-22 Thread Maciek
Maciek wrote: > > From what you has written it follows that it is possible using > WebAuthentication(Filter) in JBoss and actually it should be working now, > as I use the classes you mention, on the other hand it turns out that the > web layer gives me 403 immediately (probably

Re:[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-17 Thread Maciek
porting the ticket validation might be required, e.g. opensaml-1.1.jar in case of the Saml11TicketValidator. Now I have the EJB->JAAS->CAS integration almost working, just need to solve the SSL certificate issues. Thanks a lot, Maciek -- View this message in context: http://jasig.275507.n4.

Re:[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-17 Thread Maciek
fter I solve the "Web authentication failed" issue) and setup a dual and a bit redundant config: protect the web layer of the enterprise app as if it was a plain servlet and EJBs via JAAS independently, but pointing to the same CAS server? Anyways, thank you for your time, best reg

Re:[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-16 Thread Maciek
h EJB and web layers? Here is my new web.xml: http://jasig.275507.n4.nabble.com/file/n3045189/web.xml web.xml So, by and large, I have two problems now: "web authentication" failure and the phenomenon described above (which might be just my lack of understanding). Best regards, Maciek

Re:[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-16 Thread Maciek
ter again and still don't see the redirection part. Could you enlighten me, please? I only see two things it does: authenticate in case of ticket presence and assertion absence or clear assertion in case of absence of the user principal. Thank you for your response and I hope you might hav

[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-16 Thread Maciek
hentication class. Nevertheless, I cannot specify the realm without an auth-method - JBoss reports a deployment error. Is there anything I've forgotten to do or simply misunderstood? I will appreciate any help or clarification, best regards, Maciek PS: I attach the following files: h