Skip to main content
Question

invalid_client error

  • May 23, 2025
  • 2 replies
  • 15 views

Forum|alt.badge.img

We have an app in production used by lots of users and have not made any changes to our Oauth 2.0 based Box support recently. However, users are no longer able to log in to box using our app and instead receive an invalid_client error.

As far as I can tell our Oauth 2.0 library is requesting authentication properly just as it has been doing for years. Would anyone have any advice for next steps to investigate and resolve this issue?

The error with the client id and state token redacted is:

Error: invalid_client

 Show Error Details
  • scope=root_readwrite
  • folder_id=
  • response_type=code
  • redirect_uri=boxsdk-[our client id]://boxsdkoauth2redirect
  • state=[a state token]
  • client_id=[our client id]

2 replies

Forum|alt.badge.img

We are facing the same issue with App broken in production


Forum|alt.badge.img

I am also facing this issue, can someone let me the solution for this.