Hello, I'm trying to create a a backup of my repositories in a local machine. For it, I'm using a script, but I need to generate a refresh token, and I dont seem to have that option in my account.
These are the steps I followed:
1. I created an auth consumer, with reading permissions
2. created an app password
3. tried this url https://bitbucket.org/site/oauth2/authorize?client_id={key_provided_by_the auth_consumer}&response_type=code
---->this gives me the following error:
Invalid redirect_uri
This integration is misconfigured. Contact the vendor for assistance.
<----------------
You don't need to have a workspace on the Premium plan in order to use OAuth.
Please note that in the URL you provided:
https://bitbucket.org/site/oauth2/authorize?client_id={key_provided_by_the auth_consumer}&response_type=code
you'll need to replace {key_provided_by_the auth_consumer} with the consumer key, so no curly brackets in the URL.
If you have the key enclosed in brackets in the URL, you'll get the error message you mentioned.
Could you please let me know whether the URL you use has curly brackets around the key and if it works without them?
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.