summaryrefslogtreecommitdiffstats
path: root/agl-identity-service/src
AgeCommit message (Collapse)AuthorFilesLines
2018-01-11removed unused files and useless subdirectoriesLoïc Collignon19-2827/+0
Change-Id: Ie0ebe0104589ff99ae24c7410a484eeef18821e7 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-01-03changed an error into a warningLoïc Collignon1-1/+1
Change-Id: If25719a574b69d2245eb25f46d18df724b6f8b6b Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-12-21add config to widget.Loïc Collignon1-1/+3
Change-Id: I34f3c19ce2a6168faa4fda867813d0d9f3fcb13b 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 Collignon4-11/+101
user profile. Change-Id: Ifc38f01664dec91150ca7574e4263ee0bc755653 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-11-11Restore 'incoming' eventJosé Bollo1-0/+1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-11-11Fix warningsJosé Bollo1-16/+7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-11-11Add fake-loginJosé Bollo1-0/+10
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-11-11Handle callback of queried dataJosé Bollo1-0/+2
2017-11-09make it use the nfc-binding.Loïc Collignon3-24/+55
Change-Id: Ia9e032d0a04f2712b7778732314cadee3ffdedbb Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-11-09Clean includesjobol1-1/+0
Signed-off-by: jobol <jose.bollo@iot.bzh>
2017-11-09Remove 'login'jobol1-6/+0
Signed-off-by: jobol <jose.bollo@iot.bzh>
2017-11-09Make it compilingjobol2-14/+2
Signed-off-by: jobol <jose.bollo@iot.bzh>
2017-11-09fix required packagesLoïc Collignon1-1/+1
Change-Id: I0bf61d4eb849d29e051804760b4791dce0d1160c Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-11-09fix bad namejobol1-1/+1
Signed-off-by: jobol <jose.bollo@iot.bzh>
2017-11-09drop unused variablesjobol1-3/+0
Signed-off-by: jobol <jose.bollo@iot.bzh>
2017-11-09Make forgerock stuff separatejobol4-93/+207
Signed-off-by: jobol <jose.bollo@iot.bzh>
2017-11-08Rename 'upload' to 'download' functionsLoïc Collignon1-5/+7
Change-Id: Idb0c1b549aa2a6bf0f1740578019b6c37b89a7dc Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-10-31Split in two: agl-identity-service and uds-ble-id-init-serviceJosé Bollo18-0/+2606
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>