PM4 Community edition. Installed with bitnami stack.
Trying to access services through API but getting 401 : Unauthenticated error
let response = await Axios({
method: 'get',
url: 'http://111.111.111.111/api/1.0/processes',
headers: {
"Authorization": "Bearer " + PM_TOKEN,
"Content-Type": "application/json"
},
})
Same error is generated through swagger /api/documentation
I am generating API Token under new user => API Tokens. User is part of Requesters group. I haven't done anything else, should I?
At least I can see that scopes for JWT token is empty.