Skip to content

Commit

Permalink
correcting content update as per dexidp/dex#1812
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Waddington <nwaddington@cncf.io>
  • Loading branch information
nate-double-u committed Oct 6, 2020
1 parent 04993e5 commit 5507a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/connectors/bitbucketcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ When a client redeems a refresh token through dex, dex will re-query Bitbucket t

Register a new OAuth consumer with [Bitbucket](https://confluence.atlassian.com/bitbucket/oauth-on-bitbucket-cloud-238027431.html) ensuring the callback URL is `(dex issuer)/callback`. For example if dex is listening at the non-root path `https://auth.example.com/dex` the callback would be `https://auth.example.com/dex/callback`.

The application requires the user to grant the `Read Account`. The application requires the user to grant only the `Read Account` permission.
The application requires the user to grant only the `Read Account` permission.

The following is an example of a configuration for `examples/config-dev.yaml`:

Expand Down

0 comments on commit 5507a59

Please sign in to comment.