Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.48 KB

3.md

File metadata and controls

16 lines (11 loc) · 1.48 KB

Set up app in Bitbucket

Set up an app using Atlassian's OAuth on Bitbucket Cloud: Create a consumer documentation. During this process, Bitbucket will generate a Key and Secret for your application; make note of these.

While setting up your app, use the following settings:

Field Value to Provide
Callback URL https://${account.namespace}/login/callback
Permissions Select the permissions you want to enable for this connection. At minimum, you need account:email and account:read.

::: panel Find your Auth0 domain name If your Auth0 domain name is not shown above and you are not using our custom domains feature, your domain name is your tenant name, your regional subdomain (unless your tenant is in the US region and was created before June 2020), plus.auth0.com. For example, if your tenant name were exampleco-enterprises, your Auth0 domain name would be exampleco-enterprises.us.auth0.com and your callback URL would be https://exampleco-enterprises.us.auth0.com/login/callback. (If your tenant is in the US and was created before June 2020, then your domain name would be https://exampleco-enterprises.auth0.com.)

If you are using custom domains, your redirect URI will have the following format: https://<YOUR CUSTOM DOMAIN>/login/callback. :::