Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 910 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 910 Bytes

SSO Terraform Keycloak Client

Lifecycle:Stable

Terraform module which creates a Keycloak realm client with default values.

Usage

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 referring main branch.

Bugs

  • pkce_code_challenge_method value is not confirmed with the Keycloak server; it only relies on the value of the TF state.

Authors

Module is maintained by SSO Team.

License

Apache 2 Licensed. See license for full details.