# Disable flowable-task process-api end point authentication feature

**URL:** https://forum.flowable.org/t/disable-flowable-task-process-api-end-point-authentication-feature/7584
**Category:** Flowable Engine
**Created:** [March 9, 2021, 1:39pm UTC](https://forum.flowable.org/t/disable-flowable-task-process-api-end-point-authentication-feature/7584 "2021-03-09T13:39:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![suds](https://avatars.discourse-cdn.com/v4/letter/s/3da27b/32.png) [@suds](https://forum.flowable.org/u/suds)
#### Post date: [March 9, 2021, 1:39pm UTC](https://forum.flowable.org/t/disable-flowable-task-process-api-end-point-authentication-feature/7584/1 "2021-03-09T13:39:47Z")

</div>

Hi Team

Want to disable flowable-task process-api end point basic authentication . Can any one help me on this?

We need to invoke the process-api end points multiple times for task completion and as observed the authentication is bit expensive . want to try to disable and observe the performance

---

<div class="post-metadata">

### Author: ![joram](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/joram/32/26_2.png) [@joram](https://forum.flowable.org/u/joram)
#### Post date: [March 18, 2021, 8:41am UTC](https://forum.flowable.org/t/disable-flowable-task-process-api-end-point-authentication-feature/7584/2 "2021-03-18T08:41:25Z")

</div>

To do that, you would need to customize the backend code of Flowable Task and configure the SecurityConfiguration differently. Not sure if that’s possible by overriding beans on the classpath or whether you need to clone the code and build it.

---

<div class="post-metadata">

### Author: ![suds](https://avatars.discourse-cdn.com/v4/letter/s/3da27b/32.png) [@suds](https://forum.flowable.org/u/suds)
#### Post date: [April 7, 2021, 7:09am UTC](https://forum.flowable.org/t/disable-flowable-task-process-api-end-point-authentication-feature/7584/3 "2021-04-07T07:09:02Z")

</div>

Thank you for the suggestion
