Terraform module which creates a Keycloak realm client with default values.
module "client_test-client" {
source = "github.com/bcgov/sso-terraform-keycloak-client?ref=dev"
realm_id = "onestopauth"
client_name = "test-client"
valid_redirect_uris = [
"http://localhost:3000"
]
}
- remove
?ref=dev
when referringmain
branch.
pkce_code_challenge_method
value is not confirmed with the Keycloak server; it only relies on the value of the TF state.
Module is maintained by SSO Team.
Apache 2 Licensed. See license for full details.