SBERENS
SBERENS

Reputation: 68

API to obtain an access_token in CAM

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?

Upvotes: 0

Views: 41

Answers (1)

SBERENS
SBERENS

Reputation: 68

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.

Upvotes: 0

Related Questions