<?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: alfresco share logout with external SSO in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280886#M234016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This depends on which version you're using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In recent versions you need to do a POST to /page/dologout - you can use redirectURL and redirectURLQueryKey/redirectQueryKeyValue to determine where the request ends up.&lt;/P&gt;&lt;P&gt;In earlier versions this was a GET&lt;/P&gt;&lt;P&gt;Normally I would expect the redirectURL to take you to the SSO logout - you've got to logout of both Alfresco and SSO for it to be effective&lt;/P&gt;&lt;P&gt;You can end up with a 401 response even if it's worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2016 08:47:23 GMT</pubDate>
    <dc:creator>idwright</dc:creator>
    <dc:date>2016-10-27T08:47:23Z</dc:date>
    <item>
      <title>alfresco share logout with external SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280885#M234015</link>
      <description>HI ,I have include the alfresco in .Net Application has Tab, configured Alfresco with external SSO .we have common log out button for entire application ,i need to invalidate the alfresco session when we click common logout.Any suggestions how to invalidate the alfresco user session.ThanksBharath</description>
      <pubDate>Thu, 27 Oct 2016 05:13:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280885#M234015</guid>
      <dc:creator>bharathmallela</dc:creator>
      <dc:date>2016-10-27T05:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco share logout with external SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280886#M234016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This depends on which version you're using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In recent versions you need to do a POST to /page/dologout - you can use redirectURL and redirectURLQueryKey/redirectQueryKeyValue to determine where the request ends up.&lt;/P&gt;&lt;P&gt;In earlier versions this was a GET&lt;/P&gt;&lt;P&gt;Normally I would expect the redirectURL to take you to the SSO logout - you've got to logout of both Alfresco and SSO for it to be effective&lt;/P&gt;&lt;P&gt;You can end up with a 401 response even if it's worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 08:47:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280886#M234016</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2016-10-27T08:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco share logout with external SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280887#M234017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;Thanks for suggestion.&lt;/P&gt;&lt;P&gt;I am using alfresco 5.0.1 . &lt;/P&gt;&lt;P&gt;yes it helps, if I implement logout mechanism from alfresco ,It was working from alfresco logout.&lt;/P&gt;&lt;P&gt;referred from your blog &lt;STRONG&gt;Alfresco CAS Integration &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but the logout button was enabled in .Net application.&lt;/P&gt;&lt;P&gt;when user clicks on logout button from .Net application, i need clear the alfresco user session ?? &lt;/P&gt;&lt;P&gt;hope you understand my problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 10:51:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280887#M234017</guid>
      <dc:creator>bharathmallela</dc:creator>
      <dc:date>2016-10-27T10:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco share logout with external SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280888#M234018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Providing that the CSRF config doesn't get in the way, it should be possible to post to that link from your .Net application - posting to that link will clear the Alfresco user session.&lt;/P&gt;&lt;P&gt;One thing to be aware of it that if the user is still signed in to SSO then you have to be careful that they don't get automatically logged back in - I think that's where the redirectURL parameter is important for your use case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 11:20:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280888#M234018</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2016-10-27T11:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco share logout with external SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280889#M234019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response&lt;/P&gt;&lt;P&gt;we tried to post the URL share/page/dologout from .Net application.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;user session got invalidate,&amp;nbsp; but&amp;nbsp; it was not redirecting to&amp;nbsp; URL mentioned in &lt;SPAN style="color: #727174; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;redirectURL &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Bharath&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 08:40:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280889#M234019</guid>
      <dc:creator>bharathmallela</dc:creator>
      <dc:date>2016-10-28T08:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco share logout with external SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280890#M234020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your main aim was to get the user session invalidated so hopefully your problem is solved now, at least from an Alfresco point of view&lt;/P&gt;&lt;P&gt;What happens with the redirection will depend on how you are dealing with the response to your post - perhaps you need to log out of SSO before logging out of Alfresco in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find it helpful to follow the requests to see what is happening e.g. using the Live HTTP Header add on in Firefox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option might be to use javascript to trigger the logout menu option in your tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 08:57:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280890#M234020</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2016-10-28T08:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco share logout with external SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280891#M234021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;the dologout URL is not working in distributed &lt;SPAN&gt;distributed &lt;/SPAN&gt;??&lt;/P&gt;&lt;P&gt;distributed, i mean installed .NET application and alfresco in different severs&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same is working fine ,with&amp;nbsp;localhost domain.&lt;/P&gt;&lt;P&gt;traced the URL in logs, the request has been served by alfresco ,i got 401 unauthorised error ,but the user session is not validating properly.&lt;/P&gt;&lt;P&gt;any change required from alfresco side &amp;nbsp;for &lt;SPAN&gt;distributed &lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;distributed &lt;/SPAN&gt;??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 08:59:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280891#M234021</guid>
      <dc:creator>bharathmallela</dc:creator>
      <dc:date>2016-11-21T08:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco share logout with external SSO</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280892#M234022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how did you call "/share/page/dologout" from external application.Can you share an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2018 10:27:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-logout-with-external-sso/m-p/280892#M234022</guid>
      <dc:creator>birundha</dc:creator>
      <dc:date>2018-02-24T10:27:14Z</dc:date>
    </item>
  </channel>
</rss>

