Skip to content

Commit

Permalink
Merge pull request #3141 from bcgov/request/spd-screening-portal-4830…
Browse files Browse the repository at this point in the history
…-1704484519244

request: update client files for spd-screening-portal-4830
  • Loading branch information
Pathfinder-SSO-Team authored Jan 5, 2024
2 parents 7f639bf + 67995b2 commit ea60fb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ module "spd-screening-portal-4830" {
"http://localhost:4200/*",
"https://dev-spd-screening-portal.apps.emerald.devops.gov.bc.ca/*",
"https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi",
"https://spd-screening-portal-dev.apps.emerald.devops.gov.bc.ca/*",
"+"
]
standard_flow_enabled = true
service_accounts_enabled = false
valid_redirect_uris = [
"http://localhost:4200/*",
"https://dev-spd-screening-portal.apps.emerald.devops.gov.bc.ca/*",
"https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi",
"https://spd-screening-portal-dev.apps.emerald.devops.gov.bc.ca/*"
"https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module "spd-screening-portal-4830" {
web_origins = [
"http://localhost:4200/*",
"https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi",
"https://spd-screening-portal-test.apps.emerald.devops.gov.bc.ca/*",
"https://test-spd-screening-portal.apps.emerald.devops.gov.bc.ca/*",
"+"
]
Expand All @@ -32,7 +31,6 @@ module "spd-screening-portal-4830" {
valid_redirect_uris = [
"http://localhost:4200/*",
"https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi",
"https://spd-screening-portal-test.apps.emerald.devops.gov.bc.ca/*",
"https://test-spd-screening-portal.apps.emerald.devops.gov.bc.ca/*"
]
}

0 comments on commit ea60fb4

Please sign in to comment.