FarmMapsLib/src/configuration.json

9 lines
224 B
JSON
Raw Normal View History

2019-07-16 14:15:40 +00:00
{
2020-01-17 15:39:08 +00:00
"issuer": "https://accounts.awacc.nl",
2019-11-08 09:36:24 +00:00
"clientId": "farmmaps",
2020-01-17 15:39:08 +00:00
"audience": "https://farmmaps.awacc.nl/",
"requireHttps": true,
"apiEndPoint": "https://farmmaps.awacc.nl",
2020-01-14 15:46:59 +00:00
"grantType":"implicit"
2019-11-08 09:36:24 +00:00
}
2019-07-16 14:15:40 +00:00