From 47a902ea3e406bfa40f3d2953f9ab5ce43c281d0 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Thu, 9 Nov 2017 17:08:53 +0100 Subject: change config to something working Change-Id: Ib42e6c3b200933fde27e04f2bc96697f5739c757 --- agl-identity-service/etc/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agl-identity-service/etc/config.json b/agl-identity-service/etc/config.json index d33b263..c69e5be 100644 --- a/agl-identity-service/etc/config.json +++ b/agl-identity-service/etc/config.json @@ -6,13 +6,14 @@ "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", -- cgit 1.2.3-korg