Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

what is clientid

Marcel November 20, 2018

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)



3 answers

1 vote
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 22, 2018

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

Khaled AbuShqear June 29, 2020

How to get my client_id ?

Like # people like this
Arthur dos Santos Almeida October 9, 2020

How to get my client_id ?

Like MUTIJIMA ARTHUR likes this
Khaled AbuShqear October 17, 2020

How to get my client_id ?

Like MUTIJIMA ARTHUR likes this
Khaled AbuShqear December 6, 2020

How to get my client_id ?

antiftw February 3, 2021

@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.

Like Zack Walsh likes this
markus_torstensson0 October 6, 2022

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?

Alex Mandl August 3, 2023

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

0 votes
benjamin May 13, 2021

Thanks, that made my morning a lot easier...

0 votes
sjd dote February 5, 2021

First, OAuth is not an API or service: it is an open authorization standard that anyone can implement.

More specifically, OAuth is a standard that applications can use to provide "secure delegated access" to client applications. OAuth works over HTTPS Best Smart Doorbell 2021 and uses access tokens (not credentials) to authorize devices, APIs, servers, and applications.

There are two versions of OAuth: OAuth 1.0a and OAuth 2.0. These specifications are completely different from each other and cannot be used together: there is no backward compatibility between them.

Which is more popular? good question! Today, OAuth 2.0 is the most widely used form of OAuth. So, from now on, whenever I say "OAuth", I am talking about OAuth 2.0, because this is most likely what you want to use.

YurriMurray November 27, 2023

Thanks for this explanation. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events