Skip to content

Commit

Permalink
Merge pull request #3126 from bcgov/request/virtual-home-energy-ratin…
Browse files Browse the repository at this point in the history
…g-system-4932-1703388625666

request: update client files for virtual-home-energy-rating-system-4932
  • Loading branch information
Pathfinder-SSO-Team authored Dec 24, 2023
2 parents 6a693bb + 8d9f2aa commit d06406f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module "virtual-home-energy-rating-system-4932" {
standard_flow_enabled = true
service_accounts_enabled = true
valid_redirect_uris = [
"https://bc-emli-pin-mgmt-be-c82b4c-test.apps.silver.devops.gov.bc.ca/",
"https://cleanbc.gov.bc.ca/"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ module "virtual-home-energy-rating-system-4932" {
standard_flow_enabled = true
service_accounts_enabled = true
valid_redirect_uris = [
"https://bc-emli-pin-mgmt-be-c82b4c-test.apps.silver.devops.gov.bc.ca/*",
"https://bc-emli-pin-mgmt-be-c82b4c-test.apps.silver.devops.gov.bc.ca/oauth",
"https://bc-emli-pin-mgmt-be-c82b4c-test.apps.silver.devops.gov.bc.ca/oauth/logout",
"https://cleanbc.gov.bc.ca/"
]
}

0 comments on commit d06406f

Please sign in to comment.