diff --git a/samples/aspnetcore-authz-with-ext-authz-service/Contoso.API/Contoso.API.csproj b/samples/aspnetcore-authz-with-ext-authz-service/Contoso.API/Contoso.API.csproj
index 7284fca..8342cf8 100644
--- a/samples/aspnetcore-authz-with-ext-authz-service/Contoso.API/Contoso.API.csproj
+++ b/samples/aspnetcore-authz-with-ext-authz-service/Contoso.API/Contoso.API.csproj
@@ -7,10 +7,6 @@
aspnet-Contoso.API-37B83CE7-5BE8-423E-9F95-051D20FAB4A4
-
-
-
-
diff --git a/samples/aspnetcore-authz-with-ext-authz-service/Contoso.API/appsettings.json b/samples/aspnetcore-authz-with-ext-authz-service/Contoso.API/appsettings.json
new file mode 100644
index 0000000..4fb9600
--- /dev/null
+++ b/samples/aspnetcore-authz-with-ext-authz-service/Contoso.API/appsettings.json
@@ -0,0 +1,15 @@
+{
+ "AzureAd": {
+ "Instance": "https://login.microsoftonline.com/",
+ "Domain": ".onmicrosoft.com">,
+ "TenantId": "",
+ "ClientId": ""
+ },
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*"
+}
diff --git a/samples/aspnetcore-authz-with-ext-authz-service/Contoso.Security.API/appsettings.json b/samples/aspnetcore-authz-with-ext-authz-service/Contoso.Security.API/appsettings.json
new file mode 100644
index 0000000..3594e0e
--- /dev/null
+++ b/samples/aspnetcore-authz-with-ext-authz-service/Contoso.Security.API/appsettings.json
@@ -0,0 +1,12 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*",
+ "AllowedClients": [
+ "