So, for who it be of interest some day, First, I had to bring https handling back to the shared server I'm using.
Then, there is instructions for websphere5 that are almost a fit for ws6 on this page : https://wiki.jasig.org/pages/viewpage.action?pageId=19314 Now, I would accept info on the handling of roles in that context. Thanks Jerome On Thursday, 16 January 2014 09:49:51 UTC+1, Jérôme Baton wrote: > > And its still not working.... > > Anybody having hints to share on CAS on Websphere ? > > Thanks > > Jerome > > On Tuesday, 14 January 2014 19:29:52 UTC+1, Jérôme Baton wrote: >> >> >> I've added >> >> http://casserver:9080/cas/services/j_acegi_cas_security_check >> http://casserver:9080/** >> http://casserver:9080/mywebapp/protected/* >> http://casserver:9080/mywebapp2/protected/* >> >> in the services list. >> >> My client webapps have >> cas.server.gateway=false >> cas.server.renew=false in cas-client.properties >> >> >> Thanks >> >> >> Jerome >> >> On Tuesday, 14 January 2014 17:18:45 UTC+1, Jérôme Baton wrote: >>> >>> Hello, >>> >>> Due to a requirement that says Websphere 6.1 on Java 1.5 on windows, I >>> am forced to use an older version of CAS (3.3.2) and thus, its a pain to >>> find the documentation that corresponds. >>> So forgive me for the noob questions. >>> >>> My goal is to have a limited POC : CAS + two sample apps on the same >>> server, jdbc-backed authentication acquired for mywebapp is to work for >>> mywebapp2 >>> >>> As a matter of fact, it does not work like this out of the box, and both >>> apps ask for auth. and two different logins are possible. >>> >>> I believe it is a question of services, handled by >>> <bean id="serviceRegistryDao" >>> class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl" /> in my case. >>> >>> I have added services with URLs equals to >>> http://casserver:9080/mywebapp/protected/* and >>> http://casserver:9080/mywebapp2/protected/* >>> >>> But, the auth. is not shared between the two webapps ! >>> >>> >>> Q: What is the correct configuration ? >>> >>> Q: Is there a way to add both webapps to a list in a config file ? >>> >>> >>> Authorization is the step 2, I'll want to be able to use >>> isInRole("someRole") with roles stored in DB. >>> >>> Q: Is it possible in version 3.3.2 ? >>> >>> >>> Thank you >>> >>> >>> Jerome >>> >>> >>> I have Cas 3.3.2 rebuilt with jdbc support working >>> websphere 6.1 on windows 32, JVM IBM 1.5 >>> >>> >> -- <http://www.ja-sig.org/wiki/display/JSG/cas-user> > > -- 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
