Skip to content

Commit

Permalink
fix: #1134 add test logout url for forest client test (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 authored Jan 26, 2024
1 parent 7e2a5a6 commit 278c663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/server/oidc_clients_forest_client.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ resource "aws_cognito_user_pool_client" "test_forest_client_oidc_client" {
]
logout_urls = [
"http://localhost:3000/",
"${var.cognito_app_client_logout_chain_url.test}https://nr-forest-client-test-frontend.apps.silver.devops.gov.bc.ca/"
"${var.cognito_app_client_logout_chain_url.test}https://nr-forest-client-test-frontend.apps.silver.devops.gov.bc.ca/",
"${var.cognito_app_client_logout_chain_url.test}https://www2.qa.gov.bc.ca/gov/content/industry/natural-resource-use/client-number"
]
enable_propagate_additional_user_context_data = "false"
enable_token_revocation = "true"
Expand Down

0 comments on commit 278c663

Please sign in to comment.