2020-04-22 10:51:53 +00:00
|
|
|
{
|
2022-02-11 12:14:26 +00:00
|
|
|
//There are three farmmaps environments, uncomment the environemnt you want to use with this sample client
|
|
|
|
|
2022-02-23 09:33:59 +00:00
|
|
|
//test environment
|
|
|
|
// "Authority": "https://accounts.test.farmmaps.eu/",
|
|
|
|
// "Endpoint": "https://test.farmmaps.eu/",
|
|
|
|
// "BasePath": "api/v1",
|
|
|
|
// "DiscoveryEndpointUrl": "https://accounts.test.farmmaps.eu/.well-known/openid-configuration",
|
|
|
|
// "GrantClientId": "farmmapstesteu",
|
2022-02-11 12:14:26 +00:00
|
|
|
|
|
|
|
////acceptance environment
|
|
|
|
//"Authority": "https://accounts.acc.farmmaps.eu/",
|
|
|
|
//"Endpoint": "https://acc.farmmaps.eu/",
|
|
|
|
//"BasePath": "api/v1",
|
|
|
|
//"DiscoveryEndpointUrl": "https://accounts.acc.farmmaps.eu/.well-known/openid-configuration",
|
2022-02-23 09:33:59 +00:00
|
|
|
//"GrantClientId": "farmmapsacceu",
|
2022-02-11 12:14:26 +00:00
|
|
|
|
|
|
|
//production environment
|
|
|
|
"authority": "https://accounts.farmmaps.eu/",
|
|
|
|
"endpoint": "https://farmmaps.eu/",
|
|
|
|
"basepath": "api/v1",
|
|
|
|
"discoveryendpointurl": "https://accounts.farmmaps.eu/.well-known/openid-configuration",
|
2022-02-23 09:33:59 +00:00
|
|
|
"GrantClientId": "farmmaps",
|
2022-02-11 12:14:26 +00:00
|
|
|
|
|
|
|
//overige info
|
2020-04-22 10:51:53 +00:00
|
|
|
"RedirectUri": "http://example.nl/api",
|
2022-02-11 12:14:26 +00:00
|
|
|
"Scopes": [ "api" ]
|
2020-04-22 10:51:53 +00:00
|
|
|
}
|