Skip to content

Commit 0140243

Browse files
committed
Updating bitbucketcloud.md file as per changes in PR dexidp/dex#1688
Signed-off-by: Nate Waddington <[email protected]>
1 parent 39e4972 commit 0140243

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/docs/connectors/bitbucketcloud.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ connectors:
3939
# 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.
4040
teams:
4141
- my-team
42+
# Optional parameter to include team groups.
43+
# If enabled, the groups claim of dex id_token will looks like this:
44+
# ["my_team", "my_team/administrators", "my_team/members"]
45+
includeTeamGroups: true
4246
```

0 commit comments

Comments
 (0)