Skip to content

Commit

Permalink
Updating bitbucketcloud.md file as per changes in PR dexidp/dex#1688
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Waddington <[email protected]>
  • Loading branch information
nate-double-u committed Oct 5, 2020
1 parent 39e4972 commit 0140243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/connectors/bitbucketcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ connectors:
# If `teams` is provided, this acts as a whitelist - only the user's Bitbucket teams that are in the configured `teams` below will go into the groups claim. Conversely, if the user is not in any of the configured `teams`, the user will not be authenticated.
teams:
- my-team
# Optional parameter to include team groups.
# If enabled, the groups claim of dex id_token will looks like this:
# ["my_team", "my_team/administrators", "my_team/members"]
includeTeamGroups: true
```

0 comments on commit 0140243

Please sign in to comment.