- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2016 08:56 AM
While connecting to Activiti from ADF I am getting below error :
Access to the specified resource has been forbidden.
Invalid CSRF-token
http://127.0.0.1:9090/activiti-app/app/authentication 403 (Forbidden)
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016 07:17 AM
We've identified this issue here: CSRF Token is not working · Issue #128 · Alfresco/alfresco-js-api · GitHub
A workaround is to disable CSRF in Activiti. Put this in your activiti-app.properties:
security.csrf.disabled=true
Let me know if this works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2016 11:05 AM
Hi,
Did you try to switch off the csrf option (top left of the page)?
in case you tried can you share with us what you see in the console log of your browser?
Thank you,
Mario
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2016 07:17 AM
We've identified this issue here: CSRF Token is not working · Issue #128 · Alfresco/alfresco-js-api · GitHub
A workaround is to disable CSRF in Activiti. Put this in your activiti-app.properties:
security.csrf.disabled=true
Let me know if this works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2019 04:09 AM
Hi Ole Hejlskov
I am facing exact same issue with APS 1.8.1 and APW 1.3.1
Could you please suggest some check points?
Note: with workaround to disable CSRF, I could login.
