Authentication Type: OAuth 2.0
Grant Type: Client Credentials
Operation Name
Authentication
Operation Type
Custom Authentication
Request Type API
HTTP Method POST
Content-Typeapplication/x-www-form-urlencoded
Root Path
$
Success Codes 200
access_token access_token
Operation Name
Test
Operation Type
Test Connection
Request Type API
Context URL /admin/v1/Users
HTTP Method GET
Authorization $application.access_token$
Root Path
$
Success Codes 200
Hey, can you change the format to include Bearer as well. From the screenshot you shared it is a bearer token. Hence while passing the token it should be:
Authorization = Bearer $application.access_token$
Also, as @Abhinov7 mentioned make sure that Authentication is set as Custom Authentication.
Hi, changed Authentication type in connection settings to custom authentication and added Authorization = Bearer $application.access_token$ in the test operation. im just getting back
I am facing the same issue. I can get the users in Postman using the same settings.
My hunch says this could be related to the firewall. Coming from the IIQ world, I remember facing something like this, and it finally was a firewall issue.
I could be wrong, but I will check internally.
Please do the same and keep us posted.
Can you change Status code in custom authentication from 200 to 2**
Also can you store the received access_token in accesstoken. Because this is the variable that is encrypted in source. Then use this variable in other operations.
I see this as an improvement. But I think, I am getting more than the access token in the attribute path(key id and key). Thank you. However, my “review & test” still fail with the same message as @Shipuaa