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