diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-07-21 15:57:53 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-07-21 15:57:53 +0200 |
commit | e8b0e3fd766fa155e4c2be4b939173d9f1c2f23a (patch) | |
tree | 2bba8835c73a1b68897525df7da15d33f003e07a /binding/config.json |
first commit
Diffstat (limited to 'binding/config.json')
-rw-r--r-- | binding/config.json | 22 |
1 files changed, 22 insertions, 0 deletions
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 +*/ + |