From e8b0e3fd766fa155e4c2be4b939173d9f1c2f23a Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 21 Jul 2017 15:57:53 +0200 Subject: first commit --- binding/config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 binding/config.json (limited to 'binding/config.json') diff --git a/binding/config.json b/binding/config.json new file mode 100644 index 0000000..613fc7a --- /dev/null +++ b/binding/config.json @@ -0,0 +1,22 @@ +{ + "endpoint": "https://agl-graphapi.forgerocklabs.org/getuserprofilefromtoken", + "vin": "4T1BF1FK5GU260429", + "autoadvise": true, + "delay": 5, + "idp": { + "authorization_endpoint": "", + "token_endpoint": "https://agl-am.forgerocklabs.org:8043/openam/oauth2/stateless/access_token" + }, + "appli": { + "authorization": "Basic c3RhdGVsZXNzOnBhc3N3b3JkMg==", + "username": "bjensen", + "password": "Passw0rd", + "scope": "openid profile email cn sn givenName ou mail postalAddress departmentNumber physicalDeliveryOfficeName facsimileTelephoneNumber" + } +} +/* + "endpoint": "https://frdemo-graphapi.forgerocklabs.org/getuserprofilefromtoken", + "vin": "JTEBU4BF6EK189816", + "delay": 10 +*/ + -- cgit 1.2.3-korg