Hello,
I have created a client application that uses BitBucket REST API with OAuth2 authorization. For that, I have generated an OAuth consumer key and secret at my BitBucket.org account and used this values in my application.
It works great and I have no issues with this. However, I am wondering if the same approach can be used to connect my application to a self-hosted BitBucket server (not on the bitbucket.org domain). Is it possible to pass the OAuth2 flow at a self-hosted server with my OAuth consumer key and secret created at BitBucket.org?
Filip