First working version

This commit is contained in:
Willem Dantuma
2019-07-16 16:15:40 +02:00
parent f304cf5149
commit 0fe5cb166c
33 changed files with 158 additions and 734 deletions

8
src/configuration.json Normal file
View File

@@ -0,0 +1,8 @@
{
"issuer": "http://accounts.awtest.nl",
"clientId": "v1t",
"audience": "http://localhost:8082/,http://awtest.nl/,http://aan.awtest.nl",
"requireHttps": false,
"apiEndPoint": "http://localhost:8082"
}