Skip to content

Commit

Permalink
CCM-8310: update sandbox config
Browse files Browse the repository at this point in the history
  • Loading branch information
harrim91 committed Jan 24, 2025
1 parent a2554e4 commit 9600944
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,15 @@ resource "aws_cognito_user_pool_client" "main" {
]

generate_secret = true

access_token_validity = 5
id_token_validity = 5
refresh_token_validity = 1

token_validity_units {
access_token = "minutes"
id_token = "minutes"
refresh_token = "hours"
}

}

0 comments on commit 9600944

Please sign in to comment.