RE: Cas service into Jahia

"Nicolas Lafaury" <[email protected]>
Newsgroups gmane.comp.cms.jahia.install
Message-ID <[email protected]>
Yes I have done this.

I just add this in the web.xml

    <filter>
	    <filter-name>JahiaCASFilter</filter-name>
	    <filter-class>fr.smile.servlet.filter.JahiaCASFilter</filter-class>
  		<init-param>
  			<param-name>edu.yale.its.tp.cas.client.filter.loginUrl</param-name>
  			<param-value>https://elus.cotedor.fr/cas-server/login</param-value>
  		</init-param>
	    <init-param>
  			<param-name>edu.yale.its.tp.cas.client.filter.validateUrl</param-name>
  			<param-value>https://elus.cotedor.fr/cas-server/serviceValidate</param-value>
  		</init-param>
  		<init-param>
  			<param-name>edu.yale.its.tp.cas.client.filter.serverName</param-name>
  			<param-value>elus.cotedor.fr</param-value>
  		</init-param>
    </filter>
    <filter-mapping>
            <filter-name>JahiaCASFilter</filter-name>
	    <url-pattern>/Jahia/site/elus/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
	    <filter-name>JahiaCASFilter</filter-name>
            <url-pattern>/Jahia/site/elus</url-pattern>
    </filter-mapping>
    <filter-mapping>
	    <filter-name>JahiaCASFilter</filter-name>
            <url-pattern>/webdav/site/elus/*</url-pattern>
    </filter-mapping>


Then redirect to my service. 

But what is your problem?


Nicolas LAFAURY
Ingénieur étude et développement.
Smile- Motoriste Internet
01-41-40-11-05
[email protected]
 

-----Message d'origine-----
De : Fabrice Marchon [mailto:[email protected]] 
Envoyé : lundi 16 janvier 2006 17:01
À : [email protected]
Objet : Cas service into Jahia

Hi!

Has anybody already installed a jahia instance with a Cas service for SSO authentification ?

Regards,

Fabrice Marchon
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.