diff --git a/BlazorBffOpenIdConnect/Server/appsettings.json b/BlazorBffOpenIdConnect/Server/appsettings.json index 8ca5ee0..2f3f3a0 100644 --- a/BlazorBffOpenIdConnect/Server/appsettings.json +++ b/BlazorBffOpenIdConnect/Server/appsettings.json @@ -1,8 +1,8 @@ { "OpenIDConnectSettings": { - "Authority": "https://localhost:44395", - "ClientId": "blazorcodeflowpkceclient", - "ClientSecret": "codeflow_pkce_client_secret" + "Authority": "--your-authority--", + "ClientId": "--client-ID--", + "ClientSecret": "--client-secret-from-user-secrets--" }, "Logging": { "LogLevel": {