Skip to content

Commit

Permalink
Merge pull request #3144 from bcgov/request/sdpr-amp-doolittle-5190-1…
Browse files Browse the repository at this point in the history
…704827634195

request: add client files for sdpr-amp-doolittle-5190
  • Loading branch information
Pathfinder-SSO-Team authored Jan 9, 2024
2 parents 28db310 + b0f3e3d commit 221dbfe
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
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"
]
}
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"
]
}

0 comments on commit 221dbfe

Please sign in to comment.