Skip to content

Commit e112625

Browse files
authored
chore: update AUTH_CIS2_ISSUER_URL for production environment (#1709)
* chore: update AUTH_CIS2_ISSUER_URL for production environment * fix: remove code comment
1 parent 26a10f4 commit e112625

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infrastructure/tf-core/environments/production.tfvars

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,8 +1234,7 @@ linux_web_app = {
12341234
app_service_plan_key = "NonScaling"
12351235
env_vars = {
12361236
static = {
1237-
# TODO: Add CIS details when available
1238-
AUTH_CIS2_ISSUER_URL = "https://am.nhsidentity.spineservices.nhs.uk:443/openam/oauth2/realms/root/realms/NHSIdentity/realms/Healthcare"
1237+
AUTH_CIS2_ISSUER_URL = "https://am.nhsidentity.spineservices.nhs.uk:443"
12391238
AUTH_CIS2_CLIENT_ID = "392455101813.apps.national"
12401239
AUTH_TRUST_HOST = "true"
12411240
NEXTAUTH_URL = "https://cohort.screening.nhs.uk/api/auth"

0 commit comments

Comments
 (0)