Full authentication is required to access this resource - camunda 8.5 - self - managed

Hi Team,

I successfully got the access token through http://localhost:18080/auth/realms/myrealm/protocol/openid-connect/token in the postman and please note that i have successfully created Realm, Client, Roles, and User at keylok.

I can able to access all stuffs like tasklist, identity, optimize etc. through web via mentioned localhost/port - I am using docker

I would like to know how to run the simple API such as deployment/count via postman

i tried like below

  1. Added the bearer token at authorization generated for realm
  2. Used the API call http://localhost:8082/v1/tasks/:1 [please correct me]

but end up with an error like this

Please let me know for more details.

Thanks

Hi @paul_joe welcome to camunda community,

Here’s a blog and documentation that might be helpful

1 Like

Hi Praveen,

Thanks for the reply. Meanwhile the issue got resolved after setting up the Access to APIs and i can able get the response now.

Regards,
Paul

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.