aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-01-31 18:17:26 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-01-31 18:17:26 +0100
commitce4873fa51d17776814f72035c81c71f5c329968 (patch)
tree52bfa1aab36fdecc4ade2e6002ae7396fa858548 /src
parent4a2e7287ec33d1a50fdb5a9e96b8798609029a6f (diff)
downloadgnunet-ce4873fa51d17776814f72035c81c71f5c329968.tar.gz
gnunet-ce4873fa51d17776814f72035c81c71f5c329968.zip
move to empty label in OIDC
Diffstat (limited to 'src')
-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 d7c0b4977..5fa17076d 100644
--- a/src/rest-plugins/plugin_rest_openid_connect.c
+++ b/src/rest-plugins/plugin_rest_openid_connect.c
@@ -1177,7 +1177,7 @@ client_redirect (void *cls)
1177 1177
1178 /* Lookup client redirect uri to verify request */ 1178 /* Lookup client redirect uri to verify request */
1179 handle->gns_op = GNUNET_GNS_lookup (handle->gns_handle, 1179 handle->gns_op = GNUNET_GNS_lookup (handle->gns_handle,
1180 "+", 1180 GNUNET_GNS_EMPTY_LABEL_AT,
1181 &handle->oidc->client_pkey, 1181 &handle->oidc->client_pkey,
1182 GNUNET_GNSRECORD_TYPE_RECLAIM_OIDC_REDIRECT, 1182 GNUNET_GNSRECORD_TYPE_RECLAIM_OIDC_REDIRECT,
1183 GNUNET_GNS_LO_DEFAULT, 1183 GNUNET_GNS_LO_DEFAULT,