How to configure the users after enabling Camunda REST API authentication

Hi all,
I needed some help in knowing the procedure to configure the user once camunda REST API authentication is enabled.

I enabled the authentication by modifying the web.xml file within the engine-rest.war file.

The modification done was - uncommenting the http-authentication filter part within the web.xml file.

Also is there a procedure in which i can disable the authentication after starting the wildfly.

Thanks
Tejas

Hi @Tejas
If you’re interested in learning about how to setup authentication for users you can check out the docs right here. Then when you make rest calls to the engine, you can use the username and password of the user as part of the request. Then, if that user has the authorizations required, it will be successful