Fix configuration for local authentication

2022.01
Willem Dantuma 2022-01-19 11:56:30 +01:00
parent c6d14e6c9c
commit c2350eec52
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
"issuer": "https://accounts.test.farmmaps.eu",
"issuer": "http://localhost:8094",
"clientId": "farmmapsdev",
"audience": "http://localhost:8082",
"requireHttps": true,
"audience": "http://localhost:8082/",
"requireHttps": false,
"apiEndPoint": "http://localhost:8082",
"grantType":"code"
}