Skip to content

Commit

Permalink
remove unneeded attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Nov 4, 2024
1 parent f46e42f commit 7ee2a85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cdk/resources/Cognito.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ export class Cognito extends Construct {
cfnUserPoolIdentityProvider.attributeMapping = {
username: "sub",
name: "name",
authentication_assurance_level: "authentication_assurance_level",
acr: "acr",
id_assurance_level: "id_assurance_level",
amr: "amr",
given_name: "given_name",
family_name: "family_name",
email: "email"
Expand Down

0 comments on commit 7ee2a85

Please sign in to comment.