From dac8d6033dc0c886589ecd929908d9861613c8a8 Mon Sep 17 00:00:00 2001 From: davidhayes03 Date: Thu, 19 Mar 2026 15:56:12 +0000 Subject: [PATCH 1/3] CODE RUB: Move Config --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ce89292..688813e 100644 --- a/.gitignore +++ b/.gitignore @@ -416,3 +416,4 @@ FodyWeavers.xsd *.msix *.msm *.msp +/ReactApp1.Server/appsettings.Development.json From e83f6d0c2cd333c367813feda852fd0561ff6df1 Mon Sep 17 00:00:00 2001 From: davidhayes03 Date: Thu, 19 Mar 2026 15:56:27 +0000 Subject: [PATCH 2/3] CODE RUB: Move Config --- ReactApp1.Server/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactApp1.Server/appsettings.json b/ReactApp1.Server/appsettings.json index d52e54e..1d993cf 100644 --- a/ReactApp1.Server/appsettings.json +++ b/ReactApp1.Server/appsettings.json @@ -17,8 +17,8 @@ "UserInfoEndpoint": "https://int.api.service.nhs.uk/oauth2/userinfo", "LogoutEndpoint": "https://int.api.service.nhs.uk/oauth2/logout", "PostLogoutRedirectUri": "https://localhost:5174/", - "ClientId": "CsVVAJodqwlRPH479GedNmeCbcWNZ8jW", - "ClientSecret": "HKD8tYgfgFtCf3G0", + "ClientId": "override_this_in_your_appsettings.Development.json_file_or_environment_variables", + "ClientSecret": "override_this_in_your_appsettings.Development.json_file_or_environment_variables", "RedirectUri": "https://localhost:5174/auth/callback", "AALLevel": "AAL2_OR_AAL3_ANY" }, From 1c650faa1d13bdd738fe8dfac2cd0002a50f019e Mon Sep 17 00:00:00 2001 From: davidhayes03 Date: Thu, 19 Mar 2026 15:58:22 +0000 Subject: [PATCH 3/3] CODE RUB: Version --- .../NHS.Digital.ApiPlatform.Sdk.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NHS.Digital.ApiPlatform.Sdk/NHS.Digital.ApiPlatform.Sdk.csproj b/NHS.Digital.ApiPlatform.Sdk/NHS.Digital.ApiPlatform.Sdk.csproj index c6c1dab..ea72f29 100644 --- a/NHS.Digital.ApiPlatform.Sdk/NHS.Digital.ApiPlatform.Sdk.csproj +++ b/NHS.Digital.ApiPlatform.Sdk/NHS.Digital.ApiPlatform.Sdk.csproj @@ -22,9 +22,9 @@ Initial release of the NHS Digital API Platform Client. True - 1.0.0.0 - 1.0.0.0 - 1.0.0.0 + 0.0.0.2 + 0.0.0.2 + 0.0.0.2 README.md LICENSE.txt true