<?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: Apache Reverse Proxy with Kerberos SSO in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/apache-reverse-proxy-with-kerberos-sso/m-p/86617#M26176</link>
    <description>&lt;P&gt;Thank you. Now it works.&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Ralph&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 13:39:37 GMT</pubDate>
    <dc:creator>c-0815</dc:creator>
    <dc:date>2020-05-26T13:39:37Z</dc:date>
    <item>
      <title>Apache Reverse Proxy with Kerberos SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/apache-reverse-proxy-with-kerberos-sso/m-p/86614#M26173</link>
      <description>&lt;P&gt;I have succesfully configured Kerberos and generated SPN + Keytabs to work when the Reverse Proxy is disabled. However I want it to work with the reverse proxy. From what I understand, I need to generate generate new SPN + Keytabs for the proxy DNS. Alfresco server runs on the same server as Apache reverse server.&lt;/P&gt;&lt;P&gt;Do I need to reconfigure krb5.ini, java.login.config and share-config-custom.xml anything?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;krb5.ini:&lt;/STRONG&gt; Points to the AD server&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;java.login.config&lt;/STRONG&gt;: Currently points to the alfresco server which runs apache reverse proxy(not using the proxy DNS).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;share-config-custom.xml:&lt;/STRONG&gt; Kerberos endpoint-spn points to the alfresco server which runs apache reverse proxy(not using the proxy DNS). Remote section uses localhost.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The proxy DNS is alfrescotest.jonkoping.se. Are the commands correct or did I add one .jonkoping.se too many?&lt;/P&gt;&lt;P&gt;setspn -a cifs/alfrescotest.jonkoping.se alfrescocifs&lt;BR /&gt;setspn -a cifs/alfrescotest.jonkoping.se.jonkoping.se alfrescocifs&lt;BR /&gt;setspn -a HTTP/alfrescotest.jonkoping.se alfrescohttp&lt;BR /&gt;setspn -a HTTP/alfrescotest.jonkoping.se.jonkoping.se alfrescohttp&lt;/P&gt;&lt;P&gt;ktpass -princ cifs/alfrescotest.jonkoping.se.jonkoping.se@jonkoping.se -pass Password -mapuser jonkoping\alfrescocifs -crypto ALL -ptype KRB5_NT_PRINCIPAL -out d:\temp\alfrescocifs.keytab -kvno 0&lt;/P&gt;&lt;P&gt;ktpass -princ HTTP/alfrescotest.jonkoping.se.jonkoping.se@jonkoping.se -pass Password -mapuser jonkoping\alfrescohttp -crypto ALL -ptype KRB5_NT_PRINCIPAL -out d:\temp\alfrescohttp.keytab -kvno 0&lt;/P&gt;&lt;P&gt;Lastly, do I need to configure Apache httpd.conf anything to forward the headers to alfresco repository?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 12:03:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/apache-reverse-proxy-with-kerberos-sso/m-p/86614#M26173</guid>
      <dc:creator>phivuu-2</dc:creator>
      <dc:date>2019-12-06T12:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Reverse Proxy with Kerberos SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/apache-reverse-proxy-with-kerberos-sso/m-p/86615#M26174</link>
      <description>&lt;P&gt;I have the same problem. Have you found a solution in the meantime?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ralph&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 15:18:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/apache-reverse-proxy-with-kerberos-sso/m-p/86615#M26174</guid>
      <dc:creator>c-0815</dc:creator>
      <dc:date>2020-05-14T15:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Reverse Proxy with Kerberos SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/apache-reverse-proxy-with-kerberos-sso/m-p/86616#M26175</link>
      <description>&lt;P&gt;Yes, this link was also somewhat helpful&amp;nbsp;&lt;A href="https://docs.alfresco.com/sso/topics/kerberos.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/sso/topics/kerberos.html&lt;/A&gt;&lt;BR /&gt;Here's my notes:&lt;/P&gt;&lt;P&gt;1. If there is a reverse proxy, make sure it's used to create SPN and kerberos keytabs.&lt;BR /&gt;Example: Proxy DNS alfresco.example.com Realm: EXAMPLE.COM&lt;BR /&gt;setspn -a HTTP/alfresco.example.com alfrescohttp&lt;BR /&gt;ktpass -princ HTTP/alfresco.example.com@EXAMPLE.COM -pass Password -mapuser example\alfrescohttp -crypto ALL -ptype KRB5_NT_PRINCIPAL -out d:\temp\alfrescohttp.keytab -kvno 0&lt;BR /&gt;2. Make sure AlfrescoHTTP AlfrescoCIFS AD users can be found in alfresco after a sync.&lt;BR /&gt;3. krb5.ini - Point at the AD server here.&lt;BR /&gt;4. share-config-custom.xml - Make sure endpoint-spn is pointed to the reverse proxy DNS if there is one.&lt;BR /&gt;5. No Kerberos module should be needed for Reverse Proxy. It should forward the Kerberos headers to alfresco repository for authentication if the SPN and keytabs are created with proxy DNS.&lt;BR /&gt;6. java/lib/security/java.login.config - Make sure principal is pointed to reverse proxy DNS.&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 May 2020 15:29:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/apache-reverse-proxy-with-kerberos-sso/m-p/86616#M26175</guid>
      <dc:creator>phivuu-2</dc:creator>
      <dc:date>2020-05-14T15:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Reverse Proxy with Kerberos SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/apache-reverse-proxy-with-kerberos-sso/m-p/86617#M26176</link>
      <description>&lt;P&gt;Thank you. Now it works.&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Ralph&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 13:39:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/apache-reverse-proxy-with-kerberos-sso/m-p/86617#M26176</guid>
      <dc:creator>c-0815</dc:creator>
      <dc:date>2020-05-26T13:39:37Z</dc:date>
    </item>
  </channel>
</rss>

