From 97e936e5699fbb5496c5880edd66de63292a81a3 Mon Sep 17 00:00:00 2001 From: Stephen Daly Date: Thu, 25 Jun 2026 15:40:00 +0100 Subject: [PATCH] Use the live One Login environment in production --- infra/deployments/forms/tfvars/production.tfvars | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/infra/deployments/forms/tfvars/production.tfvars b/infra/deployments/forms/tfvars/production.tfvars index 3c25c4470..7ba525504 100644 --- a/infra/deployments/forms/tfvars/production.tfvars +++ b/infra/deployments/forms/tfvars/production.tfvars @@ -164,10 +164,9 @@ forms_runner_settings = { allow_human_readonly_roles_to_assume_submissions_to_runner_role = false ses_submission_email_from_email_address = "no-reply@forms.service.gov.uk" ses_submission_email_reply_to_email_address = "no-reply@forms.service.gov.uk" - # TODO: Point to the live One login environment when we have access - govuk_one_login_base_url = "https://oidc.integration.account.gov.uk/" - queue_worker_capacity = 6 - disable_builtin_solidqueue_worker = true + govuk_one_login_base_url = "https://oidc.account.gov.uk/" + queue_worker_capacity = 6 + disable_builtin_solidqueue_worker = true } scheduled_smoke_tests_settings = { enable_scheduled_smoke_tests = true