<?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 Problem Share Cas Logout in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290384#M243514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I'm new with alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My environment consists of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Cas Server 3.5.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Alfresco Community 5.0.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I configured share to validate with cas (cas-client-core-3.3.3) and all work fine. But I have the logout problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In share (web.xml):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-name&amp;gt;CAS Single Sign Out Filter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-class&amp;gt;org.jasig.cas.client.session.SingleSignOutFilter&amp;lt;/filter-class&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-name&amp;gt;CAS Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url-pattern&amp;gt;/*&amp;lt;/url-pattern&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;listener&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;listener-class&amp;gt;org.jasig.cas.client.session.SingleSignOutHttpSessionListener&amp;lt;/listener-class&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/listener&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But this does not work… or I need some settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I read about the possibility of extending logoutController in custom-slingshot-application-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank's for all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2015 11:25:51 GMT</pubDate>
    <dc:creator>carlosjl</dc:creator>
    <dc:date>2015-07-10T11:25:51Z</dc:date>
    <item>
      <title>Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290384#M243514</link>
      <description>Hello, I'm new with alfresco.My environment consists of:- Cas Server 3.5.2- Alfresco Community 5.0.cI configured share to validate with cas (cas-client-core-3.3.3) and all work fine. But I have the logout problem.In share (web.xml):&amp;nbsp;&amp;nbsp; &amp;lt;filter&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-name&amp;gt;CAS Single Sign Out Filter</description>
      <pubDate>Fri, 10 Jul 2015 11:25:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290384#M243514</guid>
      <dc:creator>carlosjl</dc:creator>
      <dc:date>2015-07-10T11:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290385#M243515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Firstly I'll admit I haven't even tried to get this working but I've some experience in this area so hopefully can provide some pointers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A key thing to remember is that you are logged in to CAS &amp;lt;em&amp;gt;and&amp;lt;/em&amp;gt; Alfresco so you need to log out of both.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The filter you've listed is for Single Sign Out so Alfresco gets a logout message from CAS (a POST) i.e. when the user has logged out of CAS, probably via another app, so what you would need to do is provide another bit of code to do the logout from Alfresco as well when the POST is received.(I've never bothered with this)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The logout controller is called when you log out of Alfresco - the logout menu option is disabled when you have configured SSO but it's not too difficult to reenable it but you do need to tell the controller to log out of CAS as well otherwise you just get logged straight back in again as your CAS credentials are still active.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately the way the logout menu/controller works keeps changing and I haven't worked out what to do in 5.0.x (just to make things even better SSO changes within the 5.0 versions)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(for earlier versions see &lt;/SPAN&gt;&lt;A href="http://tech.wrighting.org/2011/11/share-cas-logout/" rel="nofollow noopener noreferrer"&gt;http://tech.wrighting.org/2011/11/share-cas-logout/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:54:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290385#M243515</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2015-07-28T13:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290386#M243516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, did you find the solution for the Share Cas Logout?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 12:28:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290386#M243516</guid>
      <dc:creator>danifbconil</dc:creator>
      <dc:date>2015-08-05T12:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290387#M243517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I had overrided logoutController following the link "&lt;/SPAN&gt;&lt;A href="http://tech.wrighting.org/2011/11/share-cas-logout/" rel="nofollow noopener noreferrer"&gt;http://tech.wrighting.org/2011/11/share-cas-logout/&lt;/A&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;final String ticket = connector.getConnectorSession().getParameter(AlfrescoAuthenticator.CS_PARAM_ALF_TICKET);&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This param is NULL!!.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody knows what's the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 09:34:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290387#M243517</guid>
      <dc:creator>pablog_</dc:creator>
      <dc:date>2015-10-22T09:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290388#M243518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've created a github project that contains an all-in-one project with just the CAS configuration for 5.0.d including logout&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/wrighting/alfresco-cas" rel="nofollow noopener noreferrer"&gt;https://github.com/wrighting/alfresco-cas&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's (slightly) more detail in the wiki attached to that project but a brief description here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As well as creating a new logout menu item (well putting back the original which won't show with SSO configured) you need to create a patched version of Aikau in order to allow the LogoutService to post appropriate redirect parameters to the dologout url.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;doLogout: function alfresco_services_LogoutService__doLogout() {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.serviceXhr({&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: AlfConstants.URL_PAGECONTEXT + "dologout",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; method: "POST",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;redirectURL: "${cas.server.prefix}/logout",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;redirectURLQueryKey: "service",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;redirectURLQueryValue: "${cas.logout.dest.url}"&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers: { 'Content-Type': 'application/x-www-form-urlencoded' },&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; successCallback: this.reloadPage,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; callbackScope: this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 15:11:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290388#M243518</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2015-11-02T15:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290389#M243519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank your for your great response 'idwright'!, your cas project was very helpfull. But I have a last (I hope) issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I click in Logout link, the rest call is a POST method to 'dologout':&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;POST &lt;/SPAN&gt;&lt;A href="http://localhost:8081/share/page/dologout" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/share/page/dologout&lt;/A&gt;&lt;SPAN&gt; –&amp;gt; "401 unauthorized".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 15:14:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290389#M243519</guid>
      <dc:creator>pablog_</dc:creator>
      <dc:date>2015-12-15T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290390#M243520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do see the 401 but as you are immediately forwarded on to the CAS logout page, and thence to the URL defined in the service parameter then you do get logged out and it behaves as expected despite the 401 response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 13:11:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290390#M243520</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2016-03-02T13:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290391#M243521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian&lt;BR /&gt;Thanks for your work on CAS-Alfresco integration. This is complicated stuff and your github project really helped me to configure single sign out with mod_auth_cas.&lt;BR /&gt;I would prefer to use the approach on the application level with the cas client library so I started working with the amps from your project on GitHub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The build succeeds and I applied the amps to Alfresco and Share.&lt;BR /&gt;I adapted web.xml and share-config-custom.xml&lt;BR /&gt;I am able to login to CAS but then I hit the standard Share login-page.&lt;/P&gt;&lt;P&gt;I think there is 1 piece of the puzzel I am missing:&lt;BR /&gt;How do I tell CAS to insert the alfresco header (e.g. "X-Alfresco-Remote-User") tot the calls to Share after succesfull login in CAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 12:16:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290391#M243521</guid>
      <dc:creator>davidd2go</dc:creator>
      <dc:date>2016-11-04T12:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290392#M243522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;This might depend on the version you're using - if you're using 5.0.d to 5.1.f inclusive then you need to replace the SlingshotAlfrescoConnector in share-config-custom.xml with org.wrighting.web.site.servlet.SlingshotAlfrescoConnector instead of the Alfresco class (there's a bug...) or upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfresco inserts the header - CAS sets the value returned by getRemoteUser which is then used to set the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;P&gt;(I am hoping to update the github project before the end of the year with installable amps)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 07:58:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290392#M243522</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2016-11-07T07:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290393#M243523</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;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I work with version 5.1.g (a.k.a. 201605).&lt;/P&gt;&lt;P&gt;I now succeeded in using your amps (based on the master branch) for CAS login.&lt;/P&gt;&lt;P&gt;The problems I encountered before were due to interference between my own share-config-custom.xml and the one packed in the share-amp.&lt;/P&gt;&lt;P&gt;I removed the second one from the project and added the references to org.wrighting.web.site.servlet.SlingshotAlfrescoConnector in my own share-config-custom.xml.&lt;/P&gt;&lt;P&gt;Some further observations:&lt;/P&gt;&lt;P&gt;- Deploying the repo-amp does not seem to be necessary&lt;/P&gt;&lt;P&gt;- Could not get it working without your SlingshotAlfrescoConnector, so this servlet also seems to be necessary for 5.1.g as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this info helps other people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 13:26:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290393#M243523</guid>
      <dc:creator>davidd2go</dc:creator>
      <dc:date>2016-11-09T13:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290394#M243524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you briefly explain the steps you followed to successfully integrate CAS and Alfresco? I'm working with alfresco 5.0d and CAS 5.0 and also I am receiving share login page after CAS login.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 22:20:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290394#M243524</guid>
      <dc:creator>pinux</dc:creator>
      <dc:date>2016-12-11T22:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290395#M243525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pino,&lt;/P&gt;&lt;P&gt;My guess is that your share-config-custom.xml is not pointing at the correct backend.&lt;/P&gt;&lt;P&gt;If you are using&amp;nbsp;&lt;A class="link-titled" href="https://github.com/wrighting/alfresco-cas" title="https://github.com/wrighting/alfresco-cas" rel="nofollow noopener noreferrer"&gt;GitHub - wrighting/alfresco-cas: A project designed to show how to integrate Alfresco with CAS single sign on&lt;/A&gt;&amp;nbsp; it defaults to &lt;A href="http://localhost:8080/alfresco/.." rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/..&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I've just updated the README.md to give more instructions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 08:11:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290395#M243525</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2016-12-12T08:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290396#M243526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I have updated the project now.&lt;/P&gt;&lt;P&gt;You are correct that you don't need the repo amp although it will now include the admin pages.&lt;/P&gt;&lt;P&gt;share-config-custom.xml is now not included by default and there are other changes to make it easier to deploy - see project for details.&lt;/P&gt;&lt;P&gt;I have managed to use the default SlingshotAlfrescoConnector for 5.1.g&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 08:23:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290396#M243526</guid>
      <dc:creator>idwright</dc:creator>
      <dc:date>2016-12-12T08:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Share Cas Logout</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290397#M243527</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 your reply; anyway my share-config-custom.xml is pointing to correct backend (&lt;A href="http://localhost:8080/alfresco/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/&lt;/A&gt;)&lt;BR /&gt;My software stack version is: Alfresco 5.1f (just updated), CAS 5.0 and your cas-client-core-3.4.1.jar (from the latest build of your project and deployed both in alfresco and share lib).&lt;/P&gt;&lt;P&gt;Edited the file /etc/java-cas-client.properties with the following value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;casServerLoginUrl=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://myhostname:8444/cas/login" rel="nofollow noopener noreferrer" target="_blank"&gt;https://myhostname:8444/cas/login&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;serverName=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow noopener noreferrer" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;myhostname&lt;/SPAN&gt;:8443&lt;/P&gt;&lt;P&gt;ticketValidatorClass=org.jasig.cas.client.validation.Cas30ServiceTicketValidator&lt;BR /&gt;&lt;SPAN&gt;casServerUrlPrefix=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow noopener noreferrer" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;myhostname:&lt;/SPAN&gt;8444/cas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Pino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 11:09:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-share-cas-logout/m-p/290397#M243527</guid>
      <dc:creator>pinux</dc:creator>
      <dc:date>2016-12-12T11:09:31Z</dc:date>
    </item>
  </channel>
</rss>

