Browse Source

Adding Aristotle configuration for Eliza

gremlin 1 year ago
parent
commit
949c6a3586
1 changed files with 16 additions and 0 deletions
  1. 16 0
      httparistotle4444-clientstoa1.json

+ 16 - 0
httparistotle4444-clientstoa1.json

@@ -0,0 +1,16 @@
+{
+    "name": "stoa",
+    "clientId": "client:stoa:1",
+    "issuer": "http://aristotle:4444",
+    "jwksUrl": "http://aristotle:4444/jwks",
+    "authenticateUrl": "http://aristotle:4444/oidcauth",
+    "resourceUrl":"https://eliza.riomhaire.com/chatbot/eliza?given_name={{$Person.name.given}}",
+    "accept": false,
+    "deployments": [
+        {
+            "deploymentId": "deployment:stoa:1:1",
+            "districtPid": ""
+        }
+    ]
+}
+