Is it possible with the Bitbucket authorization API to perform any type of OAuth authorization via command line?
Hello @Giorgi Zautaszwili,
Welcome to the Community!
Yes, it's definitely possible with any HTTP client, including cURL. Here's an overview of OAuth flows that Bitbucket supports.
Hope this helps. Let me know if you have any questions.
Cheers,
Daniil
Hi Daniil, thanks for the reply. I see, so the key part is to set redirect URL to the local server, right? Thanks for the hint!
Regards,
Giorgi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries, glad it helped.
I guess you mean 3LO flow? Yes, there should be something to accept the outcome of OAuth grant flow that user does in their browser.
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.