diff options
-rw-r--r-- | agl-identity-service/etc/config.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |