aboutsummaryrefslogtreecommitdiffstats
path: root/agl-identity-service/src/agl-forgerock.c
diff options
context:
space:
mode:
Diffstat (limited to 'agl-identity-service/src/agl-forgerock.c')
-rw-r--r--agl-identity-service/src/agl-forgerock.c1
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))