@@ -412,7 +412,7 @@ function_apps = {
412412 env_var_name = " RetrievePdsDemographicURL"
413413 function_app_key = " RetrievePDSDemographic"
414414 },
415- {
415+ {
416416 env_var_name = " ManageNemsSubscriptionUnsubscribeURL"
417417 function_app_key = " ManageNemsSubscription"
418418 endpoint_name = " Unsubscribe"
@@ -980,10 +980,10 @@ function_apps = {
980980 }
981981 ]
982982 env_vars_static = {
983- ServiceNowRefreshAccessTokenUrl = " " # TODO: Get value
984- ServiceNowUpdateUrl = " " # TODO: Get value
985- ServiceNowResolutionUrl = " " # TODO: Get value
986- ServiceNowGrantType = " " # TODO: Get value
983+ ServiceNowRefreshAccessTokenUrl = " https://nhsdigitallive.service-now.com/oauth_token.do "
984+ ServiceNowUpdateUrl = " https://nhsdigitallive.service-now.com/api/x_nhsd_intstation/nhs_integration/7ce726ef1b4b66d0772fa756b04bcb2a/CohortCaseUpdate "
985+ ServiceNowResolutionUrl = " https://nhsdigitallive.service-now.com/api/x_nhsd_intstation/nhs_integration/7ce726ef1b4b66d0772fa756b04bcb2a/CohortCaseResolution "
986+ ServiceNowGrantType = " client_credentials "
987987 ServiceNowParticipantManagementTopic = " servicenow-participant-management" # Sends messages to the servicenow participant manage topic
988988 }
989989 }
@@ -1077,6 +1077,7 @@ function_apps = {
10771077 }
10781078 ]
10791079 env_vars_static = {
1080+ # TODO: Add PDS details when available
10801081 RetrievePdsParticipantURL = " "
10811082 Kid = " "
10821083 Audience = " "
@@ -1233,11 +1234,13 @@ linux_web_app = {
12331234 app_service_plan_key = " NonScaling"
12341235 env_vars = {
12351236 static = {
1236- AUTH_CIS2_ISSUER_URL = " "
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"
12371239 AUTH_CIS2_CLIENT_ID = " "
12381240 AUTH_TRUST_HOST = " true"
12391241 NEXTAUTH_URL = " https://cohort.screening.nhs.uk/api/auth"
12401242 SERVICE_NAME = " Cohort Manager"
1243+ AUTH_CIS2_ACR_VALUES = " AAL3_ANY"
12411244 }
12421245 from_key_vault = {
12431246 # env_var_name = "key_vault_secret_name"
0 commit comments