<?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: Hitting CSRF when trying to use the workflow admin console in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11448#M5065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since it sounds like you are using Alfresco behind a proxy you need to make the CSRF filter aware of that. Unfortunately that kind of documentation is hard to find... The following example reflects what I know needs to be adapted in that case (for CSRF only - proper proxy setup requires configuration for other aspects)&lt;/P&gt;&lt;PRE class="line-numbers language-markup"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;config&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;evaluator&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;string-compare&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;condition&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;CSRFPolicy&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;properties&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;&amp;lt;!-- these can be regex expressions for matching valid referrers / origins if behind a proxy that does not rewrite referrer / origin before forwarding --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;referer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;http://proxyHostName/.*&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;referer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;origin&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;http://proxyHostName/.*&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;origin&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;properties&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;config&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Feb 2017 16:29:37 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2017-02-12T16:29:37Z</dc:date>
    <item>
      <title>Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11444#M5061</link>
      <description>Hi all,I setup up Alfresco Community edition build 201701 (Platform 5.2.e, Share 5.2.d) on a Ubuntu 16.04 VM. I also have an Apache (2.4) proxy with the&amp;nbsp;SSL and JK modules, configured according to the&amp;nbsp;guide.I can access the Workflow admin console (https://&amp;lt;my hostname&amp;gt;/alfresco/s/admin/admin-w</description>
      <pubDate>Fri, 10 Feb 2017 17:24:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11444#M5061</guid>
      <dc:creator>matteo_l_sc</dc:creator>
      <dc:date>2017-02-10T17:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11445#M5062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matteo,&lt;/P&gt;&lt;P&gt;can you please check if the error message bumps up in the repository? If yes, this might be a bug introduced with the latest releases.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody confirm that CSRF is now enabled on repository side, too? Maybe it was introduced with the new REST API...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cc:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="72690" __jive_macro_name="user" _jive_internal="true" data-id="72690" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/gavincornwell" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 18:08:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11445#M5062</guid>
      <dc:creator>jego</dc:creator>
      <dc:date>2017-02-10T18:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11446#M5063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the answer. I'm quite a newbie with Alfresco. The error is&lt;/P&gt;&lt;P&gt;logged in /alfresco.log too. Is this what you&lt;/P&gt;&lt;P&gt;want to know?&lt;/P&gt;&lt;P&gt;The same error is given no matter which console I try to use (Model&lt;/P&gt;&lt;P&gt;Messages, Tenant, Workflow, Node Browser), while Alfresco share works&lt;/P&gt;&lt;P&gt;flawlessly.&lt;/P&gt;&lt;P&gt;As I mentioned, I'm running Ubuntu 16.04 LTS.&lt;/P&gt;&lt;P&gt;My /etc/hosts contains&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;127.0.0.1 localhost&lt;/P&gt;&lt;P&gt;127.0.1.1 alfresco alfresco.my.domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to replace 127.0.1.1 with the IP (it's a private, I'm in a LAN). No&lt;/P&gt;&lt;P&gt;success.&lt;/P&gt;&lt;P&gt;Currently the OS gets the IP from DHCP and there's no DNS record&lt;/P&gt;&lt;P&gt;associated. I added the mapping to the /etc/hosts of my machine.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Feb 2017 17:28:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11446#M5063</guid>
      <dc:creator>matteo_l_sc</dc:creator>
      <dc:date>2017-02-11T17:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11447#M5064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CSRF filter has been introduced with version 6.11 of spring-webscripts - the class level JavaDoc states it is basically a copy of the Slingshot CSRF filter taken on Nov 5th 2016. The web-client-security-config.xml has a default configuration for the CSRFPolicy segment and can be overriden via the web-scripts-config-custom.xml file in the alfresco/extension path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, the default configuration only re-generates a token when accessing the Enterprise admin console via the /s and /service endpoints. There is no configuration for the Community admin console or /wcs and /wcservice endpoints. A CSRF token is expected to be provided either via a HTTP header for POST/PUT/DELETE or as a form field in multi-part POST requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, I have not encountered any problems when working on the OOTBee Support Tools project and testing against Alfresco 5.2. Looking at the base admin-template.ftl for admin console tools I can see that Alfresco transparently added all the CSRF handling necessary to make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Judging from the web.xml file the CSRF filter is only active on the /s/enterprise/admin/*,&amp;nbsp;/service/enterprise/admin/*, /s/admin/* and /service/admin/* URLs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CSRF functionality was apparently added by Kevin Roast in relation to &lt;A href="https://issues.alfresco.com/jira/browse/ACE-4881" rel="nofollow noopener noreferrer"&gt;ACE-4881&lt;/A&gt; (non-public JIRA issue) as a result of some penetration testing on a 5.2.1 branch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 16:01:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11447#M5064</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-02-12T16:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11448#M5065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since it sounds like you are using Alfresco behind a proxy you need to make the CSRF filter aware of that. Unfortunately that kind of documentation is hard to find... The following example reflects what I know needs to be adapted in that case (for CSRF only - proper proxy setup requires configuration for other aspects)&lt;/P&gt;&lt;PRE class="line-numbers language-markup"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;config&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;evaluator&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;string-compare&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;condition&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;CSRFPolicy&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;properties&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;&amp;lt;!-- these can be regex expressions for matching valid referrers / origins if behind a proxy that does not rewrite referrer / origin before forwarding --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;referer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;http://proxyHostName/.*&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;referer&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;origin&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;http://proxyHostName/.*&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;origin&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;properties&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;config&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 16:29:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11448#M5065</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-02-12T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11449#M5066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Axel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you're referring to&amp;nbsp;&lt;A href="http://docs.alfresco.com/community/concepts/csfr-policy.html" rel="nofollow noopener noreferrer"&gt;this&lt;/A&gt;&amp;nbsp;page. I noticed it last week, I tried to add a new rule to the filter, but it didn't work, so I didn't mention it in my original message. However, since you pointed it out, I went back and tried something more, unfortunately with no success:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;in the folder &amp;lt;ALFRESCO INSTALLATION&amp;gt;/tomcat/webapps/share/WEB-INF/classes/alfresco I copied the CSRFPolicy section from&amp;nbsp;share-security-config.xml into&amp;nbsp;share-config-custom.xml and set replace="true"&lt;/LI&gt;&lt;LI&gt;according to&amp;nbsp;&lt;A href="https://www.armedia.com/blog/a-tale-of-alfresco-share-with-csrf-and-bad-information/" rel="nofollow noopener noreferrer"&gt;this&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;post the&amp;nbsp;Alfresco-CSRFToken has no entries for the "referer" and the "origin", hence I set them to "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://my.domain/.*" rel="nofollow noopener noreferrer" target="_blank"&gt;https://my.domain/.*&lt;/A&gt;&lt;SPAN&gt;" and "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://my.domain" rel="nofollow noopener noreferrer" target="_blank"&gt;https://my.domain&lt;/A&gt;&lt;SPAN&gt;", respectively&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;I also added a new rule for &amp;lt;method&amp;gt; POST and &amp;lt;path&amp;gt; /alfresco/s/admin/.*, using the same values as above for the referer and the origin&lt;/LI&gt;&lt;LI&gt;I found&amp;nbsp;&lt;A _jive_internal="true" href="https://community.alfresco.com/thread/214641-alfresco-integration-with-fortigate-reverse-proxy" rel="nofollow noopener noreferrer"&gt;this&lt;/A&gt;&amp;nbsp;request, very similar to my case. A link is suggested, but unfortunately it's broken&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;I modified the config of the Apache Proxy rewriting the&amp;nbsp;X-Forwarded-For,&amp;nbsp;X-Forwarded-by and&amp;nbsp;Referer headers to "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://my.domain" rel="nofollow noopener noreferrer" target="_blank"&gt;https://my.domain&lt;/A&gt;&lt;SPAN&gt;". Sorry, but I can't find the link to the page where I've read it anymore.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Are there any other suggestions?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 11:14:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11449#M5066</guid>
      <dc:creator>matteo_l_sc</dc:creator>
      <dc:date>2017-02-13T11:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11450#M5067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should have read my reply to &lt;A __default_attr="93834" __jive_macro_name="user" _jive_internal="true" data-id="93834" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/jego" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌ as well. Since this is CSRF on the Repository-tier the share-config-custom.xml is not used - instead you need to use the web-scripts-config-custom.xml file in /shared/classes/alfresco/extension/ (NEVER edit anything in /webapps/*).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 11:21:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11450#M5067</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-02-13T11:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11451#M5068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for pointing this out, what I found on the Internet pointed to the Share tier.&lt;/P&gt;&lt;P&gt;I did as you suggested, copying&amp;nbsp;web-client-security-config.xml into&amp;nbsp;tomcat/shared/classes/alfresco/extension/web-scripts-config-custom.xml, setting the "replace" option and the "referer" plus the "origin", but it didn't help either.&lt;/P&gt;&lt;P&gt;Looking into the cookies of my browser I noticed that there's one named&amp;nbsp;Alfresco-CSRFToken (for /share) but there's none labelled&amp;nbsp;alf-csrftoken. Is it relevant?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:18:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11451#M5068</guid>
      <dc:creator>matteo_l_sc</dc:creator>
      <dc:date>2017-02-13T12:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11452#M5069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears some configuration is missing for the Community version of the repository admin console. See here for what to add:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://issues.alfresco.com/jira/browse/ALF-21809" title="https://issues.alfresco.com/jira/browse/ALF-21809" rel="nofollow noopener noreferrer"&gt;[ALF-21809] The Community admin console isn't using the CSRF prevention token - Alfresco JIRA&lt;/A&gt;&amp;nbsp;it will be resolved in next Nightly build, you can patch as per the suggested changes or disable the CSRF for now if preferred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:40:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11452#M5069</guid>
      <dc:creator>kevinr1</dc:creator>
      <dc:date>2017-02-13T16:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11453#M5070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for the tip, I applied the patch manually (the instance should run in production, I prefer to stick to the stable version) and it worked like a charm.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 16:47:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11453#M5070</guid>
      <dc:creator>matteo_l_sc</dc:creator>
      <dc:date>2017-02-14T16:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hitting CSRF when trying to use the workflow admin console</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11454#M5071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Newest community includes the fixes:&amp;nbsp;&lt;A class="link-titled" href="https://www.alfresco.com/alfresco-community-download" title="https://www.alfresco.com/alfresco-community-download" rel="nofollow noopener noreferrer"&gt;Download Alfresco Community ECM Now | Alfresco&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="6576" __jive_macro_name="document" _jive_internal="true" class="jive_macro jive_macro_document link-titled" href="https://community.alfresco.com/docs/DOC-6576-alfresco-community-edition-201701-ga-release-notes" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 09:56:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hitting-csrf-when-trying-to-use-the-workflow-admin-console/m-p/11454#M5071</guid>
      <dc:creator>kevinr1</dc:creator>
      <dc:date>2017-02-23T09:56:11Z</dc:date>
    </item>
  </channel>
</rss>

