I follow the instructions on:
https://confluence.atlassian.com/bitbucket/oauth-on-bitbucket-cloud-238027431.html
All of a sudden, there is a mention of a clientid
But I only have a key and a secret.
Would have been nice if there was some kind of example on that page, so I could better understand what to do next.
I tried to put the key instead of the {cliendid}, but then it gives me:
Invalid redirect_uri
This integration is misconfigured. Contact the vendor for assistance.
It seems that we are the vendor (trying to make a vendor package)
Hi Marcel!
According to https://developer.atlassian.com/cloud/bitbucket/modules/oauth-consumer/ the clientId is the OAuth consumer key that corresponds to the consumer registered for your app. You should already have this if you followed the steps on the article you linked, please try it and let us know how it goes!
Kind regards,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How to get my client_id ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Khaled AbuShqear Did you even read the answer?
If you follow the instructions on either the link that is referred to in the answer, or https://support.atlassian.com/bitbucket-cloud/docs/use-oauth-on-bitbucket-cloud/ you can find the "OAuth Consumer Key" as mentioned by @Ana Retamal
This Consumer key is the clientId.
Repeating your question without even doing the effort to read the answer does not sound very mature, and I can imagine someone not wanting to answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not have rights to issue keys/client ids. But since I can pull all repos in the space I should be able to do it with the API too.
Would it work to use the cookie from my browser?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The client_id is the "consumer key" that you obtain from here:
https://bitbucket.org/EXAMPLE_WORKSPACE/workspace/settings/api
Click on "Add Consumer" finish adding it, then the "key" and "secret"will be under the newly created consumer's name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, that made my morning a lot easier...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.