<?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 Autologin Alfresco con SSO OpenAM in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/autologin-alfresco-con-sso-openam/m-p/47160#M26679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hola&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Estoy intentando configurar el acceso a Alfresco Share por SSO externo (OPENAM), a través de cabecera, siguiendo los pasos indicados en el siguiente blog: &lt;A href="http://smasue.github.io/alfresco-external-sso" rel="nofollow noopener noreferrer" style="color: #1e88e5; border: 0px; font-weight: inherit; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;Alfresco: SSO with the external auth subsystem&lt;/A&gt; .&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;El problema es que al intentar logarme, muestra una pantalla pidiendo las credenciales de la máquina donde esta instalado Alfresco, me obliga a cancelar y redirige a la siguiente dirección &lt;A href="http://localhost:8080/share/page?pt=login" rel="nofollow noopener noreferrer" style="color: #1e88e5; border: 0px; font-weight: inherit; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://localhost:8080/share/page?pt=login&lt;/A&gt;, cuando realmente debería haber accedido a la aplicación sin haber mostrado pantalla de login.&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hemos creado un script cgi y comprobamos que SSO esta &amp;nbsp;enviando la variable "http_login" informada , pero no conseguimos que ese valor pase del apache a Alfresco, sin embargo si harcodemos la variable es decir ponemos un valor fijo como nombre de usuario existente, comprobamos que se loga en Alfresco.&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Así no conseguimos que se loge en alfresco:&lt;BR /&gt;RewriteRule .* - [E=PROXY_USER:%{LA-U:http_login}]&lt;BR /&gt;Header set LOGIN_ALFRESCO %{PROXY_USER}e&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Pero si hacemos esto:&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN&gt;Header set LOGIN_ALFRESCO 'useralfresco´&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Si se loga&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Consultando el script de cgi vemos que las variables esta informadas:&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;IMG class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/12786_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Alguien podría ayudarme?&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Gracias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2017 18:40:56 GMT</pubDate>
    <dc:creator>alfresco52</dc:creator>
    <dc:date>2017-02-23T18:40:56Z</dc:date>
    <item>
      <title>Autologin Alfresco con SSO OpenAM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/autologin-alfresco-con-sso-openam/m-p/47160#M26679</link>
      <description>Hola&amp;nbsp;Estoy intentando configurar el acceso a Alfresco Share por SSO externo (OPENAM), a través de cabecera, siguiendo los pasos indicados en el siguiente blog: Alfresco: SSO with the external auth subsystem .El problema es que al intentar logarme, muestra una pantalla pidiendo las credenciales de la</description>
      <pubDate>Thu, 23 Feb 2017 18:40:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/autologin-alfresco-con-sso-openam/m-p/47160#M26679</guid>
      <dc:creator>alfresco52</dc:creator>
      <dc:date>2017-02-23T18:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Autologin Alfresco con SSO OpenAM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/autologin-alfresco-con-sso-openam/m-p/47161#M26680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creo que esas instrucciones no son las que necesitas. Échale un vistazo aquí:&amp;nbsp;&lt;A class="link-titled" href="http://docs.alfresco.com/community/concepts/auth-external-intro.html" title="http://docs.alfresco.com/community/concepts/auth-external-intro.html" rel="nofollow noopener noreferrer"&gt;Configuring external authentication | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Básicamente deberías configurar la siguiente variable:&lt;/P&gt;&lt;PRE class="" style="color: #333333; background-color: #f5f5f5; border: 1px solid #888888; font-size: 13px; margin-bottom: 20px; padding: 2px;"&gt;&lt;SPAN class="" style="color: #000000;"&gt;external&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;authentication&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;proxyHeader&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;HTTP_LOGIN&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Aunque es posible que tengas que realizar alguna otra configuración.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 08:36:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/autologin-alfresco-con-sso-openam/m-p/47161#M26680</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2017-02-24T08:36:38Z</dc:date>
    </item>
  </channel>
</rss>

