Hello,
Question about REST in c8run.
How to authenticate in this runtime?
According documentation (Authentication | Camunda 8 Docs ) I should send request to:
http://localhost:18080/auth/realms/camunda-platform/protocol/openid-connect/token
But this endpoint simply does not exists in c8run.
Or maybe this is simply Basic Auth I should add for each method? I try for:
http://localhost:8080/v1/process-instances/search
But it does not work (Authentication header with demo/demo)
Hi @mkelton
Have you checked this part in the docs - Local installation with Camunda 8 Run | Camunda 8 Docs
Camunda 8 Run authenticates with the Tasklist, Operate, and Zeebe APIs, as well as the unified Camunda 8 REST API, by including cookie headers in each request. This cookie can be obtained by using the API endpoint /api/login.
Regards,
Alex
2 Likes
system
Closed
October 23, 2024, 11:08am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.