a month ago - last edited a month ago
Hi everyone,
I am testing or calm API instance service on postman, but I sadly get a 403 after successfully fetching the correct access_token
.
When creating the service, I have also added the correct scopes like described here: https://help.sap.com/docs/cloud-alm/apis/managing-scopes
What I do in postman:
I would really appreciate your help, thank you.
Request clarification before answering.
HI @john_p_grimes ,
i have solved the issue with the amazing CALM customer support and the issue had to do with the grant type, i have set it to password but since it is a OAuth2 client credentials, the grant type should be grant_type=client_credentials.
So in the url path there should be a query param, like the following:
https://{tenantid}.authentication.{region}.hana.ondemand.com/oauth/token?grant_type=client_credentials
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
94 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.