Skip to content

Commit 77f4e68

Browse files
VIA-345 AJ Add NHS login URL
1 parent c8bd1cd commit 77f4e68

File tree

2 files changed

+132
-2
lines changed

2 files changed

+132
-2
lines changed

infrastructure/environments/test/.terraform.lock.hcl

Lines changed: 130 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/environments/test/locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ locals {
3636
CONTENT_CACHE_PATH = "s3://${local.content_cache_bucket_name}"
3737
CONTENT_CACHE_IS_CHANGE_APPROVAL_ENABLED = false
3838

39-
NHS_LOGIN_URL = "https://auth.sandpit.signin.nhs.uk" // Eventually use mock NHS Login
39+
NHS_LOGIN_URL = module.deploy_fake_api.application_url
4040
NHS_LOGIN_SCOPE = "openid profile"
41-
NHS_APP_REDIRECT_LOGIN_URL = "https://www-onboardingsandpit.nhsapp.service.nhs.uk/login?redirect_to=index"
41+
NHS_APP_REDIRECT_LOGIN_URL = "https://${local.sub_domain}.${local.domain}/api/sso?assertedLoginIdentity=from-test-nhs-app"
4242

4343
MAX_SESSION_AGE_MINUTES = 59
4444

0 commit comments

Comments
 (0)