Anybody here for help,
We are integrating our application Productively with the Companies House API using OAuth 2.0.
When we attempt to create a new API client key of type Web inside our Test Application (Productively), we consistently get a 403 Forbidden error immediately after clicking the “Create” button.
We’ve tried:
- Using both single and multiple redirect URIs (properly formatted with
http://andhttps://) - Logging out/in
- Different browsers
…but the error persists.
Could you please clarify:
- Is there currently a restriction on creating OAuth Web Clients in the Test environment?
- Are there any additional requirements or steps we must complete before generating the
client_idandclient_secret? - If this is a known issue with the beta developer hub, is there a workaround, or can the Web Client be created manually on your side?
Our aim is to obtain OAuth 2.0 credentials to support user authentication flows and securely connect to the Companies House API.
Thanks in advance for your help.