Skip to main content
Question

Invalid Grant unauthorized Client

  • 12 June 2024
  • 4 replies
  • 332 views

 

After changing my development account to a production account, the last step was to get this authorization code. I allowed access (granted permission) and tested it in Postman. I keep receiving this 400 error “Invalid Grant” “ Unauthorized Client”. 

 

Has anyone encountered this error before? 

4 replies

Userlevel 6
Badge +13

@LWMyer

Can you confirm you followed the go-live process to promote the integration key to the production environment? You also need to update the user Id, the account Id and the base URI to production as all of these values will be different to the demo environment.

You need to do all steps, including consent again in the production environment after the promotion of the integrator key.

Badge +1

Yes I went through and completed every step in the Go Live Process. 

 

Right now I am stuck on Step 2 

 

When trying to obtain the access token, I approve consent and that is where my error occurs. 

{

    "error": "invalid_grant",

    "error_description": "unauthorized_client"

}

Userlevel 6
Badge +13

@LWMyer 

The error message "invalid_grant" with the description "unauthorized_client" typically occurs during the OAuth 2.0 authorization process, indicating that there is an issue with the client credentials or permissions.

After you approve consent are you copying the return URL from the equal sign on..something like this but with a lot of characters. https://www.example.com/redirect?code=eyJ0eXAiOiJNVCIsImFsZyI6IlJTMjU2Iiwia2lkIjoiNjgxODVmZjEtNGU1MS00Y2U5LWFmMWMtNjg5ODEyMjAzMzE3In0.AQoAAAABAAYABwCAtMBJGiHcSAgAgEBHkRoh3EgCAE1

Also, make sure you are using the correct grant type. The error suggests that there might be a mismatch in the grant type being used and what is expected. Typically, this error is seen when using the Authorization Code Grant.

Userlevel 4
Badge +12

Hi @LWMyer,

 

I hope you are doing well.

 

I would like to confirm if you were able to solve your issue by utilizing the solution that was suggested? 

 

If so, please mark it as the best answer by clicking “Select as Best” to make it easier for other users to find.

 

Otherwise, feel free to let me know and I will gladly help you address the situation as soon as possible.

 

Best regards,   

Alejandro R. | Docusign Community Moderator   

"Select as Best" below if you find the answer a valid solution to your issue!   

 

Reply