From 6d527ae5fd36ae9f61bb0832a7a890372ab44bb6 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Wed, 20 Feb 2019 16:51:42 +0100 Subject: [PATCH] update --- src/rest-plugins/plugin_rest_openid_connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest-plugins/plugin_rest_openid_connect.c b/src/rest-plugins/plugin_rest_openid_connect.c index 5fa17076d..20feaec6a 100644 --- a/src/rest-plugins/plugin_rest_openid_connect.c +++ b/src/rest-plugins/plugin_rest_openid_connect.c @@ -1431,7 +1431,7 @@ authorize_endpoint (struct GNUNET_REST_RequestHandle *con_handle, tld_iter, handle); if (NULL == handle->tld) - handle->tld = GNUNET_strdup (tmp_ego->keystring); + handle->tld = GNUNET_strdup (handle->oidc->client_id); GNUNET_SCHEDULER_add_now (&build_authz_response, handle); } -- 2.25.1