generated from bcgov-c/bcgov-terraform-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3144 from bcgov/request/sdpr-amp-doolittle-5190-1…
…704827634195 request: add client files for sdpr-amp-doolittle-5190
- Loading branch information
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
terraform-v2/keycloak-dev/standard-clients/sdpr-amp-doolittle-5190.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
module "sdpr-amp-doolittle-5190" { | ||
source = "github.com/bcgov/sso-terraform-modules?ref=main/modules/standard-client" | ||
realm_id = var.standard_realm_id | ||
client_id = "sdpr-amp-doolittle-5190" | ||
client_name = "ISD Knowledge Management - Doolittle" | ||
access_token_lifespan = "" | ||
client_session_idle_timeout = "" | ||
client_session_max_lifespan = "" | ||
client_offline_session_idle_timeout = "" | ||
client_offline_session_max_lifespan = "" | ||
idps = [ | ||
"idir", | ||
"azureidir", | ||
"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://knowledge.social.gov.bc.ca", | ||
"+" | ||
] | ||
standard_flow_enabled = true | ||
service_accounts_enabled = false | ||
valid_redirect_uris = [ | ||
"https://knowledge.social.gov.bc.ca" | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
terraform-v2/keycloak-prod/standard-clients/sdpr-amp-doolittle-5190.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
module "sdpr-amp-doolittle-5190" { | ||
source = "github.com/bcgov/sso-terraform-modules?ref=main/modules/standard-client" | ||
realm_id = var.standard_realm_id | ||
client_id = "sdpr-amp-doolittle-5190" | ||
client_name = "SDPR-AMP" | ||
access_token_lifespan = "" | ||
client_session_idle_timeout = "" | ||
client_session_max_lifespan = "" | ||
client_offline_session_idle_timeout = "" | ||
client_offline_session_max_lifespan = "" | ||
idps = [ | ||
"idir", | ||
"azureidir", | ||
"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://knowledge.social.gov.bc.ca", | ||
"+" | ||
] | ||
standard_flow_enabled = true | ||
service_accounts_enabled = false | ||
valid_redirect_uris = [ | ||
"https://knowledge.social.gov.bc.ca" | ||
] | ||
} |