Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authentication using client_credentials grant type results in error 500 when using access token

Former Member
0 Likes
1,234
  • SAP Managed Tags

If I use client_credentials as the grant type when requesting an access token from the Concur API, I then get error 500 on subsequent calls to the API if I use the access token that was returned. If I use password or refresh_token as the grant type, then the access token that is returned can be used without error.

There is no explanation in the documentation about what the Client Credentials grant is used for and when to use it.

If I use client_credentials as the grant type when requesting an access token from the Concur API, I then get error 500 on subsequent calls to the API if I use the access token that was returned. If I use password or refresh_token as the grant type, then the access token that is returned can be used without error.

There is no explanation in the documentation about what the Client Credentials grant is used for and when to use it.

1 REPLY 1
Read only

trondnorderhaug
Newcomer
0 Likes
1,040
  • SAP Managed Tags

hi,

I am facing the same issue, did you get this resolved?