Skip to content

Commit

Permalink
Merge pull request #6661 from bcgov/request/role-test-saml-browser-lo…
Browse files Browse the repository at this point in the history
…gin-public-idir-10560-1704240372381

request: add client files for role-test-saml-browser-login-public-idir-10560
  • Loading branch information
Pathfinder-SSO-Team authored Jan 3, 2024
2 parents 1f6d443 + d710450 commit 6454e05
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module "role-test-saml-browser-login-public-idir-10560" {
source = "github.com/bcgov/sso-terraform-modules?ref=dev/modules/standard-client-saml"
realm_id = var.standard_realm_id
client_id = "role-test-saml-browser-login-public-idir-10560"
client_name = "SSO Header Dev"
assertion_lifespan = ""
valid_redirect_uris = [
"*"
]
idps = [
"idir",
"common"
]
description = "CSS App Created"
additional_role_attribute = "tbd"
logout_post_binding_url = ""
sign_assertions = false
override_authentication_flow = true
browser_authentication_flow = data.keycloak_authentication_flow.idp_stopper.id
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module "role-test-saml-browser-login-public-idir-10560" {
source = "github.com/bcgov/sso-terraform-modules?ref=dev/modules/standard-client-saml"
realm_id = var.standard_realm_id
client_id = "role-test-saml-browser-login-public-idir-10560"
client_name = "SSO Header Test"
assertion_lifespan = ""
valid_redirect_uris = [
"*"
]
idps = [
"idir",
"common"
]
description = "CSS App Created"
additional_role_attribute = "tbd"
logout_post_binding_url = ""
sign_assertions = false
override_authentication_flow = true
browser_authentication_flow = data.keycloak_authentication_flow.idp_stopper.id
}

0 comments on commit 6454e05

Please sign in to comment.