<?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 ADF and enterprise SAML SSO connector for ACS in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/adf-and-enterprise-saml-sso-connector-for-acs/m-p/28007#M11989</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there are known technics to use ADF with the enterprise SAML SSO connector (&lt;A href="https://docs.alfresco.com/saml/concepts/saml-overview.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://docs.alfresco.com/saml/concepts/saml-overview.html&lt;/A&gt;), especially the authentication part. We are&amp;nbsp;currently using Alfresco 5.2.3,&amp;nbsp;with a lot of custom development, so using Alfresco Identity Service (Alfresco 6.1 is required) is currently not an option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have a working implementation, but it doesn't feel quite 'optimized' yet.&lt;BR /&gt;My current implementation basically navigates from Angular to the external&amp;nbsp;Identity Provider back to Angular, capturing the ticket on the way and logging into ADF with the ticket in the end. I can go more in detail if requested.&lt;BR /&gt;If a user opens the ADF app it loads the app (takes a few seconds), navigates to the&amp;nbsp;Idp (in some cases requiring user input, in other cases logging in immediately) and it loads the whole app again (taking a few seconds again), so the first login can take a while (and I know that users are not going to like that).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried other technics:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Accessing it completely as a rest service (&lt;A href="http://docs.alfresco.com/saml/concepts/develop-saml.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://docs.alfresco.com/saml/concepts/develop-saml.html&lt;/A&gt;) is not an option, because one cannot capture user input in a REST service.&lt;/LI&gt;&lt;LI&gt;Iframing the Idp page &amp;amp; capturing the output isn't an option either, because there are CORS issues that I cannot solve, because&amp;nbsp;part of the Idp (which would run inside the iframe) is external, and solving the CORS issues would mean that i would need to add headers to the page inside the iframe (which is not under our control).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has someone else tried&amp;nbsp;using the SAML SSO connector with ADF&amp;nbsp;before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe interesting to know: We are using Keycloak as&amp;nbsp;identity broker between Alfresco &amp;amp; our Idp, because the Alfresco SAML implementation wasn't compatible with the implementation of the Idp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2026 06:35:49 GMT</pubDate>
    <dc:creator>d_m</dc:creator>
    <dc:date>2026-05-12T06:35:49Z</dc:date>
    <item>
      <title>ADF and enterprise SAML SSO connector for ACS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/adf-and-enterprise-saml-sso-connector-for-acs/m-p/28007#M11989</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there are known technics to use ADF with the enterprise SAML SSO connector (&lt;A href="https://docs.alfresco.com/saml/concepts/saml-overview.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://docs.alfresco.com/saml/concepts/saml-overview.html&lt;/A&gt;), especially the authentication part. We are&amp;nbsp;currently using Alfresco 5.2.3,&amp;nbsp;with a lot of custom development, so using Alfresco Identity Service (Alfresco 6.1 is required) is currently not an option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have a working implementation, but it doesn't feel quite 'optimized' yet.&lt;BR /&gt;My current implementation basically navigates from Angular to the external&amp;nbsp;Identity Provider back to Angular, capturing the ticket on the way and logging into ADF with the ticket in the end. I can go more in detail if requested.&lt;BR /&gt;If a user opens the ADF app it loads the app (takes a few seconds), navigates to the&amp;nbsp;Idp (in some cases requiring user input, in other cases logging in immediately) and it loads the whole app again (taking a few seconds again), so the first login can take a while (and I know that users are not going to like that).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried other technics:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Accessing it completely as a rest service (&lt;A href="http://docs.alfresco.com/saml/concepts/develop-saml.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://docs.alfresco.com/saml/concepts/develop-saml.html&lt;/A&gt;) is not an option, because one cannot capture user input in a REST service.&lt;/LI&gt;&lt;LI&gt;Iframing the Idp page &amp;amp; capturing the output isn't an option either, because there are CORS issues that I cannot solve, because&amp;nbsp;part of the Idp (which would run inside the iframe) is external, and solving the CORS issues would mean that i would need to add headers to the page inside the iframe (which is not under our control).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has someone else tried&amp;nbsp;using the SAML SSO connector with ADF&amp;nbsp;before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe interesting to know: We are using Keycloak as&amp;nbsp;identity broker between Alfresco &amp;amp; our Idp, because the Alfresco SAML implementation wasn't compatible with the implementation of the Idp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 06:35:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/adf-and-enterprise-saml-sso-connector-for-acs/m-p/28007#M11989</guid>
      <dc:creator>d_m</dc:creator>
      <dc:date>2026-05-12T06:35:49Z</dc:date>
    </item>
  </channel>
</rss>

