aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rest-plugins/plugin_rest_openid_connect.c2
1 files changed, 1 insertions, 1 deletions
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,
1431 tld_iter, 1431 tld_iter,
1432 handle); 1432 handle);
1433 if (NULL == handle->tld) 1433 if (NULL == handle->tld)
1434 handle->tld = GNUNET_strdup (tmp_ego->keystring); 1434 handle->tld = GNUNET_strdup (handle->oidc->client_id);
1435 GNUNET_SCHEDULER_add_now (&build_authz_response, handle); 1435 GNUNET_SCHEDULER_add_now (&build_authz_response, handle);
1436} 1436}
1437 1437