<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco 5 avec CAS, mod_auth_cas, mod_jk in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-avec-cas-mod-auth-cas-mod-jk/m-p/188374#M141504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bonjour,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Je tente de configurer Alfresco (et Share) pour utiliser l'authentification externe proposé par un serveur CAS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;J'ai installé un serveur Alfresco CE 5.0c sans problème (fonctionnel avec les identifiants de base).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;J'ai installé un serveur CAS avec authentification LDAP (fonctionnel le CAS accepte les identifiants).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;J'ai installé un serveur Apache2 + mod_auth_cas + mod_jk sur la même machine que le serveur CAS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Les requêtes https à destination du CAS sur le serveur apache2 sont bien transférer au CAS. (&lt;/SPAN&gt;&lt;A href="https://serveur/cas" rel="nofollow noopener noreferrer"&gt;https://serveur/cas&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Les requêtes https à destination de share sont bien transférer vers le cas pour l'authentification (que le cas accepte) et le serveur me renvoie vers share. Cependant, Share m'affiche sa page de login.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J'ai utilisé plusieurs how-to pour effectuer les configurations, mais je pense que j'ai oublié qqchose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/3.4/concepts/alf-modauthcas-home.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/3.4/concepts/alf-modauthcas-home.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://wiki.alfresco.com/wiki/Alfresco_With_mod_auth_cas" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/Alfresco_With_mod_auth_cas&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Voici le contenu partiel de mon fichier alfresco-global-properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=external1:external&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;external.authentication.proxyHeader=SsoUserHeader&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Merci de votre aide,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yannick&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 21:41:59 GMT</pubDate>
    <dc:creator>ymolinet</dc:creator>
    <dc:date>2015-01-22T21:41:59Z</dc:date>
    <item>
      <title>Alfresco 5 avec CAS, mod_auth_cas, mod_jk</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-avec-cas-mod-auth-cas-mod-jk/m-p/188374#M141504</link>
      <description>Bonjour,Je tente de configurer Alfresco (et Share) pour utiliser l'authentification externe proposé par un serveur CAS.J'ai installé un serveur Alfresco CE 5.0c sans problème (fonctionnel avec les identifiants de base).J'ai installé un serveur CAS avec authentification LDAP (fonctionnel le CAS accep</description>
      <pubDate>Thu, 22 Jan 2015 21:41:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-avec-cas-mod-auth-cas-mod-jk/m-p/188374#M141504</guid>
      <dc:creator>ymolinet</dc:creator>
      <dc:date>2015-01-22T21:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 5 avec CAS, mod_auth_cas, mod_jk</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-avec-cas-mod-auth-cas-mod-jk/m-p/188375#M141505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alors, le bon paramèatrage du fichier de configuration est &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=external1:external&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Authentification CAS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;external.authentication.proxyUserName=&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;external.authentication.proxyHeader=x-alfresco-remote-user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;external.authentication.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;external.authentication.userIdPattern=&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;avec ces paramètres cela fonctionne. Reste maintenant à traiter le logout.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 22:47:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-avec-cas-mod-auth-cas-mod-jk/m-p/188375#M141505</guid>
      <dc:creator>ymolinet</dc:creator>
      <dc:date>2015-01-22T22:47:27Z</dc:date>
    </item>
  </channel>
</rss>

