Jump to content
  • 0

Oauth2 Authentication


cflanagan

Question

I created a profile. Put my client_id and client_secret into POSTMAN along with the parameter "grant_type" and the value "client_credential". All I can get from Caspio is 

 

{
    "error": "invalid_client"
}
 
What other information do I need to include with the request?
 
I've read the documentation. 
 
grant_type=client_credentials&client_id=<Client Key>&client_secret=<Client Secret>
 
That list of URL Parameters is exactly what I'm sending.
 
I've gone back into Caspio Access Permissions and refreshed my client_id and client_secret and saved the changes. With the new id and secret, I'm getting exactly the same error message.
 
Please Help
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi cflanagan,

 

Welcome to Caspio Forum!

 

I have found the following information on the page:

"Caspio Authentication server supports only “client credentials†flow at the moment, so only confidential clients, clients capable of maintaining the confidentiality of their credentials (e.g., client implemented on a secure server with restricted access to the client credentials), or those capable of secure client authentication using other means are supported."

 

Please make sure that your authentication is supported at the moment.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...