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 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 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" },