1
1
{
2
2
"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"
22
22
},
23
23
"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"
26
26
},
27
27
"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
+ }
33
33
},
34
34
"AllowedHosts" : " *"
35
35
}
0 commit comments