Skip to content

Commit

Permalink
feat: add a client file for property-inventory-management-system-5189
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathfinder-SSO-Team committed Jan 3, 2024
1 parent a49f469 commit c8e4648
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
module "property-inventory-management-system-5189" {
source = "github.com/bcgov/sso-terraform-modules?ref=main/modules/standard-client"
realm_id = var.standard_realm_id
client_id = "property-inventory-management-system-5189"
client_name = "Property Inventory Management System"
access_token_lifespan = ""
client_session_idle_timeout = ""
client_session_max_lifespan = ""
client_offline_session_idle_timeout = ""
client_offline_session_max_lifespan = ""
idps = [
"idir",
"common"
]
description = "CSS App Created"
additional_role_attribute = ""
login_theme = ""
override_authentication_flow = true
browser_authentication_flow = data.keycloak_authentication_flow.idp_stopper.id
standard_flow_enabled = true
service_accounts_enabled = true
valid_redirect_uris = [
"https://pims.gov.bc.ca/*"
]
}

0 comments on commit c8e4648

Please sign in to comment.