API to obtain an access_token in CAM

44 Views Asked by At

I just attempted to obtain an access_token from the latest API and got an 404 error. I used to be able to do this by using a POST on https://<ip>:30000/cam/v1/auth/camtoken

Has there been a change in this with the new security model?

1

There are 1 best solutions below

0
On BEST ANSWER

You need to change camtoken to identitytoken, eg:

https://<ip>:30000/cam/v1/auth/identitytoken

In the latest CAM beta code, this token is provided by the IBM Cloud Private platform now.