From e555c14d1c8f00f2b2f9936e3c7294a6cdd3aa79 Mon Sep 17 00:00:00 2001 From: Pathfinder SSO Team <88675972+Pathfinder-SSO-Team@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:40:45 -0800 Subject: [PATCH 1/6] chore: remove a client file for community-information-tool-4411 --- .../community-information-tool-4411.tf | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 terraform-v2/keycloak-dev/standard-clients/community-information-tool-4411.tf diff --git a/terraform-v2/keycloak-dev/standard-clients/community-information-tool-4411.tf b/terraform-v2/keycloak-dev/standard-clients/community-information-tool-4411.tf deleted file mode 100644 index d1a2c2dfc..000000000 --- a/terraform-v2/keycloak-dev/standard-clients/community-information-tool-4411.tf +++ /dev/null @@ -1,36 +0,0 @@ -module "community-information-tool-4411" { - source = "github.com/bcgov/sso-terraform-modules?ref=main/modules/standard-client" - realm_id = var.standard_realm_id - client_id = "community-information-tool-4411" - client_name = "Community Information Tool - Development" - access_token_lifespan = "" - client_session_idle_timeout = "" - client_session_max_lifespan = "" - client_offline_session_idle_timeout = "" - client_offline_session_max_lifespan = "" - idps = [ - "idir", - "bceidbusiness", - "common" - ] - description = "CSS App Created" - additional_role_attribute = "" - login_theme = "" - override_authentication_flow = true - browser_authentication_flow = data.keycloak_authentication_flow.idp_stopper.id - access_type = "PUBLIC" - pkce_code_challenge_method = "S256" - web_origins = [ - "http://localhost:3000/*", - "https://dev.communityinformationtool.gov.bc.ca/", - "https://dev.communityinformationtool.gov.bc.ca/*", - "+" - ] - standard_flow_enabled = true - service_accounts_enabled = false - valid_redirect_uris = [ - "http://localhost:3000/*", - "https://dev.communityinformationtool.gov.bc.ca/", - "https://dev.communityinformationtool.gov.bc.ca/*" - ] -} From 5aa45afd31abc2781d86979a2b145639c3466f0c Mon Sep 17 00:00:00 2001 From: Pathfinder SSO Team <88675972+Pathfinder-SSO-Team@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:40:45 -0800 Subject: [PATCH 2/6] chore: remove a client file for community-information-tool-4411 --- .../community-information-tool-4411.tf | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 terraform-v2/keycloak-test/standard-clients/community-information-tool-4411.tf diff --git a/terraform-v2/keycloak-test/standard-clients/community-information-tool-4411.tf b/terraform-v2/keycloak-test/standard-clients/community-information-tool-4411.tf deleted file mode 100644 index a32074205..000000000 --- a/terraform-v2/keycloak-test/standard-clients/community-information-tool-4411.tf +++ /dev/null @@ -1,36 +0,0 @@ -module "community-information-tool-4411" { - source = "github.com/bcgov/sso-terraform-modules?ref=main/modules/standard-client" - realm_id = var.standard_realm_id - client_id = "community-information-tool-4411" - client_name = "Community Information Tool - Test" - access_token_lifespan = "" - client_session_idle_timeout = "" - client_session_max_lifespan = "" - client_offline_session_idle_timeout = "" - client_offline_session_max_lifespan = "" - idps = [ - "idir", - "bceidbusiness", - "common" - ] - description = "CSS App Created" - additional_role_attribute = "" - login_theme = "" - override_authentication_flow = true - browser_authentication_flow = data.keycloak_authentication_flow.idp_stopper.id - access_type = "PUBLIC" - pkce_code_challenge_method = "S256" - web_origins = [ - "https://test.communityinformationtool.gov.bc.ca/*", - "https://test.communitylandopportunities.gov.bc.ca/", - "https://test.communitylandopportunities.gov.bc.ca/*", - "+" - ] - standard_flow_enabled = true - service_accounts_enabled = false - valid_redirect_uris = [ - "https://test.communityinformationtool.gov.bc.ca/*", - "https://test.communitylandopportunities.gov.bc.ca/", - "https://test.communitylandopportunities.gov.bc.ca/*" - ] -} From 6b5f3190fcbf666724f4ecfd3d6dde3880c49f1a Mon Sep 17 00:00:00 2001 From: Pathfinder SSO Team <88675972+Pathfinder-SSO-Team@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:40:46 -0800 Subject: [PATCH 3/6] chore: remove a client file for community-information-tool-4411 --- .../community-information-tool-4411.tf | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 terraform-v2/keycloak-prod/standard-clients/community-information-tool-4411.tf diff --git a/terraform-v2/keycloak-prod/standard-clients/community-information-tool-4411.tf b/terraform-v2/keycloak-prod/standard-clients/community-information-tool-4411.tf deleted file mode 100644 index 05e78ed74..000000000 --- a/terraform-v2/keycloak-prod/standard-clients/community-information-tool-4411.tf +++ /dev/null @@ -1,36 +0,0 @@ -module "community-information-tool-4411" { - source = "github.com/bcgov/sso-terraform-modules?ref=main/modules/standard-client" - realm_id = var.standard_realm_id - client_id = "community-information-tool-4411" - client_name = "Community Information Tool" - access_token_lifespan = "" - client_session_idle_timeout = "" - client_session_max_lifespan = "" - client_offline_session_idle_timeout = "" - client_offline_session_max_lifespan = "" - idps = [ - "idir", - "bceidbusiness", - "common" - ] - description = "CSS App Created" - additional_role_attribute = "" - login_theme = "" - override_authentication_flow = true - browser_authentication_flow = data.keycloak_authentication_flow.idp_stopper.id - access_type = "PUBLIC" - pkce_code_challenge_method = "S256" - web_origins = [ - "https://communityinformationtool.gov.bc.ca/*", - "https://www.communityinformationtool.gov.bc.ca/", - "https://www.communityinformationtool.gov.bc.ca/*", - "+" - ] - standard_flow_enabled = true - service_accounts_enabled = false - valid_redirect_uris = [ - "https://communityinformationtool.gov.bc.ca/*", - "https://www.communityinformationtool.gov.bc.ca/", - "https://www.communityinformationtool.gov.bc.ca/*" - ] -} From 2cd9d0a08a72c26e508cd1c7e6000531fea5ad87 Mon Sep 17 00:00:00 2001 From: Pathfinder SSO Team <88675972+Pathfinder-SSO-Team@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:40:46 -0800 Subject: [PATCH 4/6] feat: add a client file for community-information-tool-4411 --- .../community-information-tool-4411.tf | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 terraform-v2/keycloak-dev/standard-clients/community-information-tool-4411.tf diff --git a/terraform-v2/keycloak-dev/standard-clients/community-information-tool-4411.tf b/terraform-v2/keycloak-dev/standard-clients/community-information-tool-4411.tf new file mode 100644 index 000000000..d1a2c2dfc --- /dev/null +++ b/terraform-v2/keycloak-dev/standard-clients/community-information-tool-4411.tf @@ -0,0 +1,36 @@ +module "community-information-tool-4411" { + source = "github.com/bcgov/sso-terraform-modules?ref=main/modules/standard-client" + realm_id = var.standard_realm_id + client_id = "community-information-tool-4411" + client_name = "Community Information Tool - Development" + access_token_lifespan = "" + client_session_idle_timeout = "" + client_session_max_lifespan = "" + client_offline_session_idle_timeout = "" + client_offline_session_max_lifespan = "" + idps = [ + "idir", + "bceidbusiness", + "common" + ] + description = "CSS App Created" + additional_role_attribute = "" + login_theme = "" + override_authentication_flow = true + browser_authentication_flow = data.keycloak_authentication_flow.idp_stopper.id + access_type = "PUBLIC" + pkce_code_challenge_method = "S256" + web_origins = [ + "http://localhost:3000/*", + "https://dev.communityinformationtool.gov.bc.ca/", + "https://dev.communityinformationtool.gov.bc.ca/*", + "+" + ] + standard_flow_enabled = true + service_accounts_enabled = false + valid_redirect_uris = [ + "http://localhost:3000/*", + "https://dev.communityinformationtool.gov.bc.ca/", + "https://dev.communityinformationtool.gov.bc.ca/*" + ] +} From 0fad5064965533d29a26d89b20a579e9539e228a Mon Sep 17 00:00:00 2001 From: Pathfinder SSO Team <88675972+Pathfinder-SSO-Team@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:40:46 -0800 Subject: [PATCH 5/6] feat: add a client file for community-information-tool-4411 --- .../community-information-tool-4411.tf | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 terraform-v2/keycloak-test/standard-clients/community-information-tool-4411.tf diff --git a/terraform-v2/keycloak-test/standard-clients/community-information-tool-4411.tf b/terraform-v2/keycloak-test/standard-clients/community-information-tool-4411.tf new file mode 100644 index 000000000..a32074205 --- /dev/null +++ b/terraform-v2/keycloak-test/standard-clients/community-information-tool-4411.tf @@ -0,0 +1,36 @@ +module "community-information-tool-4411" { + source = "github.com/bcgov/sso-terraform-modules?ref=main/modules/standard-client" + realm_id = var.standard_realm_id + client_id = "community-information-tool-4411" + client_name = "Community Information Tool - Test" + access_token_lifespan = "" + client_session_idle_timeout = "" + client_session_max_lifespan = "" + client_offline_session_idle_timeout = "" + client_offline_session_max_lifespan = "" + idps = [ + "idir", + "bceidbusiness", + "common" + ] + description = "CSS App Created" + additional_role_attribute = "" + login_theme = "" + override_authentication_flow = true + browser_authentication_flow = data.keycloak_authentication_flow.idp_stopper.id + access_type = "PUBLIC" + pkce_code_challenge_method = "S256" + web_origins = [ + "https://test.communityinformationtool.gov.bc.ca/*", + "https://test.communitylandopportunities.gov.bc.ca/", + "https://test.communitylandopportunities.gov.bc.ca/*", + "+" + ] + standard_flow_enabled = true + service_accounts_enabled = false + valid_redirect_uris = [ + "https://test.communityinformationtool.gov.bc.ca/*", + "https://test.communitylandopportunities.gov.bc.ca/", + "https://test.communitylandopportunities.gov.bc.ca/*" + ] +} From a59823f0235985fab567b193a8cffbf46b65e4cc Mon Sep 17 00:00:00 2001 From: Pathfinder SSO Team <88675972+Pathfinder-SSO-Team@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:40:47 -0800 Subject: [PATCH 6/6] feat: add a client file for community-information-tool-4411 --- .../community-information-tool-4411.tf | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 terraform-v2/keycloak-prod/standard-clients/community-information-tool-4411.tf diff --git a/terraform-v2/keycloak-prod/standard-clients/community-information-tool-4411.tf b/terraform-v2/keycloak-prod/standard-clients/community-information-tool-4411.tf new file mode 100644 index 000000000..05e78ed74 --- /dev/null +++ b/terraform-v2/keycloak-prod/standard-clients/community-information-tool-4411.tf @@ -0,0 +1,36 @@ +module "community-information-tool-4411" { + source = "github.com/bcgov/sso-terraform-modules?ref=main/modules/standard-client" + realm_id = var.standard_realm_id + client_id = "community-information-tool-4411" + client_name = "Community Information Tool" + access_token_lifespan = "" + client_session_idle_timeout = "" + client_session_max_lifespan = "" + client_offline_session_idle_timeout = "" + client_offline_session_max_lifespan = "" + idps = [ + "idir", + "bceidbusiness", + "common" + ] + description = "CSS App Created" + additional_role_attribute = "" + login_theme = "" + override_authentication_flow = true + browser_authentication_flow = data.keycloak_authentication_flow.idp_stopper.id + access_type = "PUBLIC" + pkce_code_challenge_method = "S256" + web_origins = [ + "https://communityinformationtool.gov.bc.ca/*", + "https://www.communityinformationtool.gov.bc.ca/", + "https://www.communityinformationtool.gov.bc.ca/*", + "+" + ] + standard_flow_enabled = true + service_accounts_enabled = false + valid_redirect_uris = [ + "https://communityinformationtool.gov.bc.ca/*", + "https://www.communityinformationtool.gov.bc.ca/", + "https://www.communityinformationtool.gov.bc.ca/*" + ] +}