Skip to content

Commit

Permalink
fix: #1272 revert read write attribute (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 authored Apr 3, 2024
1 parent 68ca9b0 commit 2a17a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions infrastructure/server/oidc_idp_bcsc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ resource "aws_cognito_identity_provider" "dev_bcsc_oidc_provider" {
}

attribute_mapping = {
username = "sub",
given_name = "given_name",
family_name = "family_name",
birthdate = "birthdate",
Expand Down Expand Up @@ -59,7 +58,6 @@ resource "aws_cognito_identity_provider" "test_bcsc_oidc_provider" {
}

attribute_mapping = {
username = "sub",
given_name = "given_name",
family_name = "family_name",
birthdate = "birthdate",
Expand Down Expand Up @@ -95,7 +93,6 @@ resource "aws_cognito_identity_provider" "prod_bcsc_oidc_provider" {
}

attribute_mapping = {
username = "sub",
given_name = "given_name",
family_name = "family_name",
birthdate = "birthdate",
Expand Down
6 changes: 2 additions & 4 deletions infrastructure/server/variables_provided.tf
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ variable "maximum_oidc_attribute_read_list" {
"profile",
"updated_at",
"website",
"zoneinfo",
"username"
"zoneinfo"
]

}
Expand Down Expand Up @@ -306,8 +305,7 @@ variable "maximum_oidc_attribute_write_list" {
"profile",
"updated_at",
"website",
"zoneinfo",
"username"
"zoneinfo"
]
}

Expand Down

0 comments on commit 2a17a4e

Please sign in to comment.