diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2017-11-09 15:01:54 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2017-11-09 15:01:54 +0100 |
commit | 21a76c1dff9efe890ac17e43b2e8c81e4818d193 (patch) | |
tree | 2274b5aed5e3cd8d99d907eb4ce613dac0bd8b34 /agl-identity-service/src/agl-forgerock.c | |
parent | b2301e492fc10be35a48ae1561a6ab90bcef1f2c (diff) |
make it use the nfc-binding.
Change-Id: Ia9e032d0a04f2712b7778732314cadee3ffdedbb
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'agl-identity-service/src/agl-forgerock.c')
-rw-r--r-- | agl-identity-service/src/agl-forgerock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agl-identity-service/src/agl-forgerock.c b/agl-identity-service/src/agl-forgerock.c index 9306c7a..2a0d3da 100644 --- a/agl-identity-service/src/agl-forgerock.c +++ b/agl-identity-service/src/agl-forgerock.c @@ -140,6 +140,7 @@ void agl_forgerock_setconfig(struct json_object *conf) confsetstr(conf, "endpoint", &endpoint, endpoint ? : default_endpoint); confsetint(conf, "delay", &expiration_delay, expiration_delay); confsetoidc(conf, "oidc-aia"); + AFB_NOTICE("Forgerock endpoint is: %s", endpoint); } void agl_forgerock_setcb(void (*callback)(struct json_object *data, const char *error)) |