diff --git a/.github/README.md b/.github/README.md index af6750938..afe14132d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -321,8 +321,8 @@ To verify that S3 & CloudFront are working correctly. ### Useful links - [Ministry of Justice | Overview](https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/Overview) -- App [justicedigital-centraldigital-intranet-staging](https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Overview/quickStartType~/null/sourceType/Microsoft_AAD_IAM/appId/ffb808d2-312b-4ffe-a6e5-d6eacfd9f06f) -- App [justicedigital-centraldigital-intranet](https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Overview/quickStartType~/null/sourceType/Microsoft_AAD_IAM/appId/f508fd07-8504-47ed-a7d1-aa55fd2163d1) +- App [justicedigital-centraldigital-intranet](https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Overview/quickStartType~/null/sourceType/Microsoft_AAD_IAM/appId/ffb808d2-312b-4ffe-a6e5-d6eacfd9f06f) +- App [justicedigital-centraldigital-intranet-staging-placeholder](https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Overview/quickStartType~/null/sourceType/Microsoft_AAD_IAM/appId/f508fd07-8504-47ed-a7d1-aa55fd2163d1) ### Register an application diff --git a/deploy/production/config.yml b/deploy/production/config.yml index c30531c61..ad6e931e2 100644 --- a/deploy/production/config.yml +++ b/deploy/production/config.yml @@ -10,7 +10,7 @@ data: AWS_CLOUDFRONT_HOST: 'cdn.intranet.justice.gov.uk' # See Azure Setup in the README for more information on how to get these values. # The following IDs are not private, they form part of the publicly visible oauth login url. - OAUTH_CLIENT_ID: "f508fd07-8504-47ed-a7d1-aa55fd2163d1" + OAUTH_CLIENT_ID: "ffb808d2-312b-4ffe-a6e5-d6eacfd9f06f" OAUTH_TENANT_ID: "c6874728-71e6-41fe-a9e1-2e8c36776ad8" WP_REDIS_DISABLED: "true" EWWW_IMAGE_OPTIMIZER_NOAUTO: "true"