<?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: customised Single Sign On solution in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customised-single-sign-on-solution/m-p/168753#M122193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Most of the web based SSO solutions I have come across (CAS, Shibboleth, SiteMinder…) have all involved custom coding so they count as bespoke I guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a fair bit of information in the wiki, jira and here in the forums on the subject - along with sample code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Central_Authentication_Service_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Central_Authentication_Service_Configuration&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?f=11&amp;amp;t=6331" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?f=11&amp;amp;t=6331&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://issues.alfresco.com/browse/ALFCOM-705" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/ALFCOM-705&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course it depends on what you want to achieve - some of the above may take a few hours to get up and running depending on where you are on the Alfresco learning curve, then tweaking fit your own SSO system shouldn't be too hard since most of them work in the same way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Servlet filter or apache module intercepts request&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- checks the headers/cookies/url for its authentication tokens,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- lets&amp;nbsp; through to the app or redirects to a login page&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know how you all get on!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 09:35:02 GMT</pubDate>
    <dc:creator>mikewaters</dc:creator>
    <dc:date>2008-05-30T09:35:02Z</dc:date>
    <item>
      <title>customised Single Sign On solution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customised-single-sign-on-solution/m-p/168751#M122191</link>
      <description>Just wondering whether anybody has any experience of writing a bespoke SSO solution that intregrates with your own proprietary authentication system.I'm just gauging how much development effort is likely and if anybody has any knowledge they would like to share then that would be an added bonus.Than</description>
      <pubDate>Tue, 08 Apr 2008 15:27:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customised-single-sign-on-solution/m-p/168751#M122191</guid>
      <dc:creator>davidturner90</dc:creator>
      <dc:date>2008-04-08T15:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: customised Single Sign On solution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customised-single-sign-on-solution/m-p/168752#M122192</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;I'm trying to create a solution to connect with Oracle SSO and I need to create a customised SSO solution for Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you give a hand on which steps I need to take?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 14:03:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customised-single-sign-on-solution/m-p/168752#M122192</guid>
      <dc:creator>shmc</dc:creator>
      <dc:date>2008-04-28T14:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: customised Single Sign On solution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customised-single-sign-on-solution/m-p/168753#M122193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Most of the web based SSO solutions I have come across (CAS, Shibboleth, SiteMinder…) have all involved custom coding so they count as bespoke I guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a fair bit of information in the wiki, jira and here in the forums on the subject - along with sample code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Central_Authentication_Service_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Central_Authentication_Service_Configuration&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?f=11&amp;amp;t=6331" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?f=11&amp;amp;t=6331&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://issues.alfresco.com/browse/ALFCOM-705" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/ALFCOM-705&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course it depends on what you want to achieve - some of the above may take a few hours to get up and running depending on where you are on the Alfresco learning curve, then tweaking fit your own SSO system shouldn't be too hard since most of them work in the same way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Servlet filter or apache module intercepts request&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- checks the headers/cookies/url for its authentication tokens,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- lets&amp;nbsp; through to the app or redirects to a login page&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know how you all get on!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 09:35:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customised-single-sign-on-solution/m-p/168753#M122193</guid>
      <dc:creator>mikewaters</dc:creator>
      <dc:date>2008-05-30T09:35:02Z</dc:date>
    </item>
  </channel>
</rss>

