|
@@ -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": ""
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|
|
|
+
|