You are viewing limited content. For full access, please sign in.

Question

Question

Invalid client in OData Table API with OAuth 2.0

asked on September 23, 2024 Show version history
 
 

I have been trying to make the connection through OAuth 2.0 and refresh token but when I fill the data the following message appears:

"error": "invalid_client",
 "error_description": "credenciales tiene un formato incorrecto.",
 "type": "invalid_client",
 "title": "credenciales tiene un formato incorrecto.",

I used the next parameters:
account_id: The current account id of the customer
client_id : The client id of the service that I created before
client_secret: The service principal key for the service principal associated with the app.
 

OData Table API.png
0 0

Answer

SELECTED ANSWER
replied on September 24, 2024

You can use the long lasting authorization key generated for your Service App in Developer Console:

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.