Ref Camunda docs about Use Guide’s words:
Blockquote
The Camunda Web Applications use aCSRF Prevention Filter
that expects aCSRF Token
on any modifying request for paths beginning with/camunda/api/
or/camunda/app/
. Any modifying requests mapped to these paths will fail, and the current session will be ended if no CSRF Token is present. You can avoid this by registering your resources on different paths or add your resources to the CSRF Prevention Filter Whitelist (via the configuration propertycamunda.bpm.webapp.csrf.entry-points
).
I try to do so that configure springboot property about camunda.bpm.webapp.csrf.entry-points
, but it doesn’t work. And if you know how do you do, I sincerely hope to get your answer. Thank you!