Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-google committed Aug 23, 2023
1 parent f845930 commit af9401a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "google_iam_workforce_pool_provider" "<%= ctx[:primary_resource_id] %>"
web_sso_config {
response_type = "CODE"
assertion_claims_behavior = "MERGE_USER_INFO_OVER_ID_TOKEN_CLAIMS"
additional_scopes = ["groups"]
additional_scopes = ["groups", "roles"]
}
}
display_name = "Display name"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ resource "google_iam_workforce_pool_provider" "my_provider" {
web_sso_config {
response_type = "ID_TOKEN"
assertion_claims_behavior = "ONLY_ID_TOKEN_CLAIMS"
additional_scopes = ["groups"]
additional_scopes = ["new-groups"]
}
}
display_name = "New Display name"
Expand Down

0 comments on commit af9401a

Please sign in to comment.