decePubClient/wwwroot/appsettings.json

17 lines
317 B
JSON
Raw Normal View History

2022-02-14 01:51:52 +01:00
{
"Local": {
"Authority": "https://openidconnect.net",
"ClientId": "1234.locahost",
"RedirectUri": "",
"MetadataUrl": "",
"PostLogoutRedirectUri": "",
"ResponseType": "",
"ResponseMode": "",
"AdditionalProviderParameters": [],
"DefaultScopes": []
2022-02-15 16:15:17 +01:00
},
"AppConfiguration": {
"Version": "0.1"
2022-02-14 01:51:52 +01:00
}
}