Added BlightApiClient

This commit is contained in:
2020-09-10 22:38:31 +02:00
committed by Mark van der Wal
parent 54272e1339
commit 1691e09bf9
10 changed files with 258 additions and 4 deletions

View 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" ]
}