<?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 Re: External SSO via http headers not working. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281033#M234163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;all configuration should go in the tomcat/shared/classes/alfresco/extension directory or the tomcat/shared/classes/alfresco-global.properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding external authentication it is important to know that by default, Alfresco tries to validate the client passing the modified headers via a client certificate check. Unless you are actually using SSL and a client certificate, you have to disable that or Alfresco won't actually accept the modified headers. Last time I used this for a development setup, this amounted to setting the "external.authentication.proxyUserName" property to the empty value / string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason you need to enable SSO on a different authentication subsystem is that the external subsystem alone only overs the Explorer UI and web scripts via the /wcs or /wcservice endpoint. The SSO filter for NTLM / Kerberos call the logic for header evaluation (of the external subsystem) on the other HTTP servlets…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At least that was the case the last time I worked with external on 4.2.x. There might be differences between the Alfresco versions concerning default configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2014 13:25:23 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2014-06-30T13:25:23Z</dc:date>
    <item>
      <title>External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281028#M234158</link>
      <description>Hi there, I want to enable external authentication via http headers as described here:http://docs.alfresco.com/4.2/tasks/auth-alfrescoexternal-sso.htmlhttp://www.youtube.com/watch?v=5tS0XrC_-rwAfter configuring my system my normal web authentication (via username and password) no longer works.&amp;nbsp; The</description>
      <pubDate>Sat, 28 Jun 2014 18:47:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281028#M234158</guid>
      <dc:creator>bdaniel</dc:creator>
      <dc:date>2014-06-28T18:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281029#M234159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you cannot use the External authentication subsystem without enabling a second, SSO-capable authentication subystem such as alfrescoNtlm. So your chain should include such a subsystem and you should set *.sso.enabled for that subystem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 15:21:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281029#M234159</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-06-29T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281030#M234160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&amp;nbsp; I have added alfrescoNtlm to my chain and enabled SSO and at least normal authentication works again now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I don't want to authenticate via NTLM (I understand this to be Windows authentication).&amp;nbsp; I now get a username and password popup when I visit myhost:8080/alfresco in the browser with modified headers.&amp;nbsp; If I click cancel I get the normal web login screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this video ( &lt;/SPAN&gt;&lt;A href="http://www.youtube.com/watch?v=5tS0XrC_-rw" rel="nofollow noopener noreferrer"&gt;http://www.youtube.com/watch?v=5tS0XrC_-rw&lt;/A&gt;&lt;SPAN&gt; ) it seems that it is possible to achieve External Authentication SSO by simply modifying the headers (No NTLM, CAS, Kerberos or anything like that). There is no mention made of having to enable SSO for NTLM for instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. if I modify the headers with X-Alfresco-Remote-User as the name and admin as the value I expect to be logged in as the admin user.&amp;nbsp; If I use e.g. peter as the value I should be logged in as Peter irrespective of which Windows user I am logged in as.&amp;nbsp; That's what I understood from Mehdi Belmekki's video. Am I understanding this correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Barry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 20:09:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281030#M234160</guid>
      <dc:creator>bdaniel</dc:creator>
      <dc:date>2014-06-29T20:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281031#M234161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your authentication chain only has a single authenticator of type external then there's only one way of authenticating.&amp;nbsp; You don't have any "normal web authentication" in your chain.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The authenticator of type alfrescoNtlm is badly named it should really just be alfresco or alfresco internal.&amp;nbsp;&amp;nbsp; What it will do is authenticate the username / password against the hash value stored within alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I don't like seeing hacking files under web-inf.&amp;nbsp;&amp;nbsp; don't do it.&amp;nbsp; you will loose your changes on redeploy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 20:29:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281031#M234161</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-06-29T20:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281032#M234162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks mrogers, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added alfrescoNtlm to my chain and thus regained normal web login functionality.&amp;nbsp; However, I still don't have SSO via modifying HTTP headers as per the &lt;/SPAN&gt;&lt;A href="http://www.youtube.com/watch?v=5tS0XrC_-rw" rel="nofollow noopener noreferrer"&gt;http://www.youtube.com/watch?v=5tS0XrC_-rw&lt;/A&gt;&lt;SPAN&gt; video.&amp;nbsp; I now get a popup asking for username and password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you mention that I should not 'hack' files under WEB-INF.&amp;nbsp; Could you specify the correct place to make these sort of changes instead?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Much appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Barry&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 21:24:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281032#M234162</guid>
      <dc:creator>bdaniel</dc:creator>
      <dc:date>2014-06-29T21:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281033#M234163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;all configuration should go in the tomcat/shared/classes/alfresco/extension directory or the tomcat/shared/classes/alfresco-global.properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding external authentication it is important to know that by default, Alfresco tries to validate the client passing the modified headers via a client certificate check. Unless you are actually using SSL and a client certificate, you have to disable that or Alfresco won't actually accept the modified headers. Last time I used this for a development setup, this amounted to setting the "external.authentication.proxyUserName" property to the empty value / string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason you need to enable SSO on a different authentication subsystem is that the external subsystem alone only overs the Explorer UI and web scripts via the /wcs or /wcservice endpoint. The SSO filter for NTLM / Kerberos call the logic for header evaluation (of the external subsystem) on the other HTTP servlets…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At least that was the case the last time I worked with external on 4.2.x. There might be differences between the Alfresco versions concerning default configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 13:25:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281033#M234163</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-06-30T13:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281034#M234164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, I managed to get the external SSO working now via modified headers using curl in my terminal.&amp;nbsp; I have set ntlm.authentication.sso.enabled=false and the login popup has now gone and the external SSO is still working.&amp;nbsp; I suppose my Firefox Modify headers plugin was not working somehow. I also moved the configs into alfresco global properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that I am logged in I need to get a ticket for the logged in user as I want to make CMIS calls (using Apache Chemistry PHP client).&amp;nbsp; Is there an easy way to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Much appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 21:56:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281034#M234164</guid>
      <dc:creator>bdaniel</dc:creator>
      <dc:date>2014-06-30T21:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281035#M234165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Barry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recently had to do the same thing. There is no out-of-the-box web script you can call to "just" give you a ticket - the one web script that does exists requires you to actually provide username and password. I just wrote myself a tiny custom web script that I then called with active external authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The web script is as simple as the following FTL:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;{&amp;lt;#escape x as jsonUtils.encodeJSONString(x)&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ticket" : "${session.ticket}"&lt;BR /&gt;&amp;lt;/#escape&amp;gt;}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 08:44:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281035#M234165</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-07-01T08:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281036#M234166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, this works brilliantly!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 21:26:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281036#M234166</guid>
      <dc:creator>bdaniel</dc:creator>
      <dc:date>2014-07-01T21:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281037#M234167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What would be the best way to make external authentication via http headers as secure as possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far it seems these two things are recommended:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Make sure that no untrusted direct access to Alfresco's HTTP or AJP ports is allowed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use SSL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other things to add?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still want users to be able to log in to Alfresco / Share directly via the web interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 21:30:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281037#M234167</guid>
      <dc:creator>bdaniel</dc:creator>
      <dc:date>2014-07-11T21:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281038#M234168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are currently testing external sso auth through firefox modify adon to pass header. Can you please share your alfresco-global.properties file. We followed all the steps given in this but no luck so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ravi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 18:07:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281038#M234168</guid>
      <dc:creator>pnkrravi</dc:creator>
      <dc:date>2014-08-13T18:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281039#M234169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can&amp;nbsp; also referred to as SSO (Single Sign-on), is a method of access control that enables a user to log in once and gain access to the resources of multiple software systems without being prompted to log in again. So you can try start working again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 06:54:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281039#M234169</guid>
      <dc:creator>kimberlydeborah</dc:creator>
      <dc:date>2014-09-17T06:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281040#M234170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there, on Alfresco 5.0.b it seems the URL for external SSO via http headers has changed. In any case I can't seem to get it working again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me out with the correct URL?&amp;nbsp; In Alfresco 4.2 I was using &lt;/SPAN&gt;&lt;A href="http://mydomain:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://mydomain:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 18:51:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281040#M234170</guid>
      <dc:creator>bdaniel</dc:creator>
      <dc:date>2014-11-09T18:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: External SSO via http headers not working.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281041#M234171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'd like some clarification on Barry's step #4 (i.e.: 4. In /opt/alfresco/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml set connector-id: alfrescoHeader). What is the relevant documentation regarding this step, if any?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Thank you! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Olivier. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 16:06:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/external-sso-via-http-headers-not-working/m-p/281041#M234171</guid>
      <dc:creator>olidrouin</dc:creator>
      <dc:date>2014-11-25T16:06:08Z</dc:date>
    </item>
  </channel>
</rss>

