<?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: SSO authentication in a web portal in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263245#M216375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://code.google.com/p/flexspaces/source/browse/trunk/FlexSpaces/src/org/integratedsemantics/flexspaces/control/delegate/webscript/LoginDelegate.as" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/flexspaces/source/browse/trunk/FlexSpaces/src/org/integratedsemantics/flexspaces/control/delegate/webscript/LoginDelegate.as&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is the file in the flexspaces&amp;nbsp; flex/actionscript code that calls the GET&amp;nbsp; login rest api&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Dec 2010 08:47:54 GMT</pubDate>
    <dc:creator>stevereiner</dc:creator>
    <dc:date>2010-12-08T08:47:54Z</dc:date>
    <item>
      <title>SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263237#M216367</link>
      <description>Hello,I am an intern as a software developer in a small startup that develops a web portal. This is my first post on a computer subject and I hope I'm well explaining my problem. I have until the end of January to perform it.The system consists of severals modules : -a web portal developed in Flex,</description>
      <pubDate>Mon, 29 Nov 2010 15:18:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263237#M216367</guid>
      <dc:creator>aurel44</dc:creator>
      <dc:date>2010-11-29T15:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263238#M216368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use the XML import to import all the users in Alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Export_and_Import#Import_Tool" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Export_and_Import#Import_Tool&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise you can use a CAS server or an LDAP server for users without importing nothing, but simply configuring Alfresco for one of these providers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you could create a login form for your flex portal to authenticate users against Alfresco using the Login webscript with a GET or POST HTTP call (form action), as described here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/2.1_REST_API#Login" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/2.1_REST_API#Login&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;This invocation will return a new Alfresco ticket (ALF_TICKET).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then for each invocation to the private WebScripts you will create all URLs appending the ALF_TICKET parameter as the Alfresco token for the authentication:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/alfresco/service/yourCustomWebScript?alf_ticket=ALF_TICKET_VALUE&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 16:30:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263238#M216368</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2010-11-29T16:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263239#M216369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Firstly, I am pleasantly surprised. Barely an hour, wow! So thank you very much for these track!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In response, respectively :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1/ You advise me to use the "import" class that would allow to import the list of alfresco users in a&amp;nbsp; . Acp (which I do not know) either. Xml file. I read that CPA is a file extension associated with Office Assistant Preview files. Is it true and can you tell me more please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2/ The alternative is to use a CAS server &lt;/SPAN&gt;&lt;STRONG&gt;and &lt;/STRONG&gt;&lt;SPAN&gt;LDAP? It seemed to me that both were complementary, that&amp;nbsp; A CAS server should refer to a data source like a LDAP directory. I try to well understand so tell me if I'm wrong&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3/ Then you tell me about a login form, and I agree … (Although you talk about &lt;/SPAN&gt;&lt;STRONG&gt;the&lt;/STRONG&gt;&lt;SPAN&gt; login webscript as it was yet done. I have to do it, haven't I?). I invite you to correct me …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4/ Finally, we send a request to Alfresco with ticket obtained in the parameter. OK.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 17:29:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263239#M216369</guid>
      <dc:creator>aurel44</dc:creator>
      <dc:date>2010-11-29T17:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263240#M216370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Note FlexSpaces already has flex code for login and flex code that calls the login rest api mentioned (in its delegate layer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using FlexSpaces in a module already? What is the name of this startup?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Web portal developed in Flex" describes its UI. Is there something java based serverside you are trying to SSO with (Liferay? or Tomcat?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FlexSpaces has some dependencies on tickets (going to look into not requiring the use of tickets). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Going to look into being able to do SSO like how the share doclib portlet in alfresco 3.4 does SSO&amp;nbsp; (to enhance the FlexSpaces portlets (for Liferay, etc.) )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 02:03:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263240#M216370</guid>
      <dc:creator>stevereiner</dc:creator>
      <dc:date>2010-11-30T02:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263241#M216371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I made a mistake : the Web portal is developped in Java. And yes, I want to SSO the Project Management Web Portal part with FlexSpaces interface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:37:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263241#M216371</guid>
      <dc:creator>aurel44</dc:creator>
      <dc:date>2010-11-30T09:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263242#M216372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I plan now 3 scenarios :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) CAS+ LDAP directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) CAS + a central database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) CAS + two databases synchronized&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What are the advantages and disadvantages of each option?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 08:39:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263242#M216372</guid>
      <dc:creator>aurel44</dc:creator>
      <dc:date>2010-12-03T08:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263243#M216373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What does it mean and what is it : "GET /alfresco/service/api/login?u={username}&amp;amp;pw={password?}" from the link "&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/2.1_REST_API#Login" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/2.1_REST_API#Login&lt;/A&gt;&lt;SPAN&gt;" please? I am really a noob and I understand nothing about this command/query.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 17:02:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263243#M216373</guid>
      <dc:creator>aurel44</dc:creator>
      <dc:date>2010-12-06T17:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263244#M216374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OPenPj wrote :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Otherwise you can use a CAS server or an LDAP server for users without importing nothing, but simply configuring Alfresco for one of these providers.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I agree with that&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Then you could create a login form for your flex portal to authenticate users against Alfresco using the Login webscript with a GET or POST HTTP call (form action), as described here:&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/2.1_REST_API#Login" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/2.1_REST_API#Login&lt;/A&gt;&lt;BR /&gt;This invocation will return a new Alfresco ticket (ALF_TICKET).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to web programming too, so i am sure to understand what is a webscript. Above all, should i write it with Flex? I didn't know that you can use a GET or POST HTTP call then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some new remarks?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 08:42:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263244#M216374</guid>
      <dc:creator>aurel44</dc:creator>
      <dc:date>2010-12-08T08:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263245#M216375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://code.google.com/p/flexspaces/source/browse/trunk/FlexSpaces/src/org/integratedsemantics/flexspaces/control/delegate/webscript/LoginDelegate.as" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/flexspaces/source/browse/trunk/FlexSpaces/src/org/integratedsemantics/flexspaces/control/delegate/webscript/LoginDelegate.as&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is the file in the flexspaces&amp;nbsp; flex/actionscript code that calls the GET&amp;nbsp; login rest api&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 08:47:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263245#M216375</guid>
      <dc:creator>stevereiner</dc:creator>
      <dc:date>2010-12-08T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSO authentication in a web portal</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263246#M216376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Otherwise you can use a CAS server or an LDAP server for users without importing nothing, but simply configuring Alfresco for one of these providers.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;How do i do?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 10:55:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sso-authentication-in-a-web-portal/m-p/263246#M216376</guid>
      <dc:creator>aurel44</dc:creator>
      <dc:date>2010-12-10T10:55:40Z</dc:date>
    </item>
  </channel>
</rss>

