From c2350eec525e6e3e95161ca6d315f2f61e11dc32 Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Wed, 19 Jan 2022 11:56:30 +0100 Subject: [PATCH] Fix configuration for local authentication --- src/configuration.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/configuration.json b/src/configuration.json index c38ec06..33d7e26 100644 --- a/src/configuration.json +++ b/src/configuration.json @@ -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" }