# Remove IDM Login Completely

**URL:** https://forum.flowable.org/t/remove-idm-login-completely/5351
**Category:** Flowable Engine
**Created:** [January 31, 2020, 11:31am UTC](https://forum.flowable.org/t/remove-idm-login-completely/5351 "2020-01-31T11:31:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![syadav](https://avatars.discourse-cdn.com/v4/letter/s/8baadc/32.png) [@syadav](https://forum.flowable.org/u/syadav)
#### Post date: [January 31, 2020, 11:31am UTC](https://forum.flowable.org/t/remove-idm-login-completely/5351/1 "2020-01-31T11:31:06Z")

</div>

I want to remove the IDM login and authorization. How can I do the same ?  
I have tried modifying the security configuration class but getting no luck ?

---

<div class="post-metadata">

### Author: ![wwitt](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/wwitt/32/706_2.png) [@wwitt](https://forum.flowable.org/u/wwitt)
#### Post date: [January 31, 2020, 11:37am UTC](https://forum.flowable.org/t/remove-idm-login-completely/5351/2 "2020-01-31T11:37:47Z")

</div>

What are you attempting to remove authentication from? If you want the REST endpoints without authentication can build your own spring boot apps with just a couple of starters and no security configuration.

---

<div class="post-metadata">

### Author: ![Robinyo](https://avatars.discourse-cdn.com/v4/letter/r/dec6dc/32.png) [@Robinyo](https://forum.flowable.org/u/Robinyo)
#### Post date: [February 1, 2020, 10:28pm UTC](https://forum.flowable.org/t/remove-idm-login-completely/5351/3 "2020-02-01T22:28:52Z")

</div>

That would make a good Flowable blog post 🙂

A Spring Boot App + Flowable (Tasks) REST API + No Security (e.g., no Basic Auth).

Then add support for OAuth scopes using Spring Security OAuth Resource Server.

Also, see: [Add support for OAuth 2.0 to Flowable's REST APIs](https://forum.flowable.org/t/add-support-for-oauth-2-0-to-flowables-rest-apis/5239/3)
