Skip to content

Commit

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

request: add client files for role-test-saml-browser-login-public-idir-10518
  • Loading branch information
Pathfinder-SSO-Team authored Jan 2, 2024
2 parents 9cd369e + 4e3a1cf commit 558fd2e
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-10518" {
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-10518"
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-10518" {
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-10518"
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 558fd2e

Please sign in to comment.