forked from authsignal/azure-ad-b2c-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appsettings.example.json
28 lines (28 loc) · 1.09 KB
/
appsettings.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"Environments": [
{
"Name": "Development",
"Production": false,
"Tenant": "authsignalb2cdevtest.onmicrosoft.com",
"PolicySettings": {
"IdentityExperienceFrameworkAppId": "9d63a00c-3c6d-4787-9815-c0c819050da6",
"ProxyIdentityExperienceFrameworkAppId": "32e3cd18-875c-4296-95c2-999bdae8216c",
"AuthsignalHostname": "https://dev-connect.authsignal.com",
"AuthsignalTenantId": "7bd1c119-c3bb-436b-89c7-077788376af6",
"AppInsightsInstrumentationKey": "b1b1b1b1-b1b1-b1b1-b1b1-b1b1b1b1b1b1"
}
},
{
"Name": "Production",
"Production": true,
"Tenant": "authsignalb2c.onmicrosoft.com",
"PolicySettings": {
"IdentityExperienceFrameworkAppId": "546a6f22-a2af-4eda-a4ef-4160a0198737",
"ProxyIdentityExperienceFrameworkAppId": "d3c8578f-2b9a-490d-8d41-c252d61b11c9",
"AuthsignalHostname": "https://eu-connect.authsignal.com",
"AuthsignalTenantId": "b38cfd4b-8a72-4fb9-8320-7fc78426f608",
"AppInsightsInstrumentationKey": "b1b1b1b1-b1b1-b1b1-b1b1-b1b1b1b1b1b1"
}
}
]
}