Skip to content

Commit

Permalink
Merge pull request #978 from ministryofjustice/feature/add-entra-id-l…
Browse files Browse the repository at this point in the history
…ambda

Adding entra-id-scim function
  • Loading branch information
julialawrence authored Sep 9, 2024
2 parents f189681 + 98bc21c commit ad38f72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions management-account/terraform/sso-scim.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ module "scim" {
sso_identity_store_id = local.sso_admin_identity_store_id
not_dry_run = true
}

module "entraid_scim" {
# tflint-ignore: terraform_module_pinned_source
source = "github.com/ministryofjustice/moj-terraform-scim-entra-id"
azure_tenant_id = "your-tenant-id"
azure_client_id = "your-client-id"
azure_client_secret = "your-client-secret"
}

0 comments on commit ad38f72

Please sign in to comment.