summaryrefslogtreecommitdiffstats
path: root/agl-identity-service/conf.d
AgeCommit message (Collapse)AuthorFilesLines
2017-12-21fixed persistence binding nameLoïc Collignon1-1/+1
Change-Id: I5de4948d1f23b2d0835630dbd3df26bfc6268342 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-12-21fixed wrong reference to agl-service-data-persistenceLoïc Collignon1-1/+1
Change-Id: Ie08bffd99c8185fea5016834e1931dfa6c6fd86a Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-12-19added a fake auth verb for testing purpose and use persistence api to store ↵Loïc Collignon2-1/+2
user profile. Change-Id: Ifc38f01664dec91150ca7574e4263ee0bc755653 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-11-11Depend on nfcJosé Bollo1-0/+1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-11-11choose the right typeJosé Bollo1-2/+2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-11-09removed build type from config.cmake.Loïc Collignon1-1/+0
Change-Id: I41b9018716887609a41f3ffab5b04222cbbd0764
2017-10-31Split in two: agl-identity-service and uds-ble-id-init-serviceJosé Bollo2-0/+221
The binding is splitted in two parts and packeged as widgets. The two parts are: - uds-ble-id-init-service This service provides a UDS (User Data Service) over BLE. It detects writes to the email of the user to initiate the authentication process. - agl-identity-service This service queries the Forgerock's Edge Controller to fill user data and make it available. The actual code is not fully functionnal. Signed-off-by: José Bollo <jose.bollo@iot.bzh>