Skip to content

Commit 9cc2078

Browse files
committed
minor adjustment
1 parent 4f6930a commit 9cc2078

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
22
"AzureAd": {
3-
   "Instance": "https://login.microsoftonline.com/",
4-
   "TenantId": "Enter_the_Tenant_Id_Here",
5-
   "ClientId": "Enter_the_Application_Id_Here",
6-
   "ClientCredentials": [
7-
     {
8-
       "SourceType": "ClientSecret",
9-
       "ClientSecret": "Enter_the_Client_Secret_Here"
10-
     }
11-
     //  {
12-
     //    "SourceType": "StoreWithDistinguishedName",
13-
     //    "CertificateStorePath": "CurrentUser/My",
14-
     //    "CertificateDistinguishedName": "CN=CallGraphBFF"
15-
     //  }
16-
   ],
17-
   "ClientCapabilities": [
18-
     "CP1"
19-
   ],
20-
   "CallbackPath": "/api/auth/signin-oidc",
21-
   "SignedOutCallbackPath": "/api/auth/signout-oidc"
3+
"Instance": "https://login.microsoftonline.com/",
4+
"TenantId": "Enter_the_Tenant_Id_Here",
5+
"ClientId": "Enter_the_Application_Id_Here",
6+
"ClientCredentials": [
7+
{
8+
"SourceType": "ClientSecret",
9+
"ClientSecret": "Enter_the_Client_Secret_Here"
10+
}
11+
// {
12+
// "SourceType": "StoreWithDistinguishedName",
13+
// "CertificateStorePath": "CurrentUser/My",
14+
// "CertificateDistinguishedName": "CN=CallGraphBFF"
15+
// }
16+
],
17+
"ClientCapabilities": [
18+
"CP1"
19+
],
20+
"CallbackPath": "/api/auth/signin-oidc",
21+
"SignedOutCallbackPath": "/api/auth/signout-oidc"
2222
},
2323
"DownstreamApi": {
24-
   "BaseUrl": "https://graph.microsoft.com/v1.0",
25-
   "Scopes": "User.Read"
24+
"BaseUrl": "https://graph.microsoft.com/v1.0",
25+
"Scopes": "User.Read"
2626
},
2727
"Logging": {
28-
   "LogLevel": {
29-
     "Default": "Information",
30-
     "Microsoft": "Warning",
31-
     "Microsoft.Hosting.Lifetime": "Information"
32-
   }
28+
"LogLevel": {
29+
"Default": "Information",
30+
"Microsoft": "Warning",
31+
"Microsoft.Hosting.Lifetime": "Information"
32+
}
3333
},
3434
"AllowedHosts": "*"
3535
}

0 commit comments

Comments
 (0)