forked from FarmMaps/FarmMapsApiClient
Added BlightApiClient
This commit is contained in:
12
FarmMapsBlight/appsettings.json
Normal file
12
FarmMapsBlight/appsettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Authority": "https://accounts.farmmaps.awtest.nl/",
|
||||
//"Endpoint": "http://farmmaps.awtest.nl",
|
||||
//"Endpoint": "http://localhost:8095",
|
||||
"Endpoint": "http://localhost:8083",
|
||||
"BasePath": "api/v1",
|
||||
"DiscoveryEndpointUrl": "https://accounts.farmmaps.awtest.nl/.well-known/openid-configuration",
|
||||
"RedirectUri": "http://example.nl/api",
|
||||
"ClientId": "",
|
||||
"ClientSecret": "",
|
||||
"Scopes": [ "api" ]
|
||||
}
|
||||
Reference in New Issue
Block a user