From 19fe8e8ff74a9639fc075f5d974a01a977e1196a Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Thu, 6 Aug 2020 19:50:34 +0200 Subject: -add supported claims --- src/reclaim/plugin_rest_openid_connect.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/reclaim') diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c index db138c26b..0a6ed3b7f 100644 --- a/src/reclaim/plugin_rest_openid_connect.c +++ b/src/reclaim/plugin_rest_openid_connect.c @@ -2446,6 +2446,12 @@ oidc_config_endpoint (struct GNUNET_REST_RequestHandle *con_handle, json_string ("openid")); json_array_append_new (scopes, json_string ("profile")); + json_array_append_new (scopes, + json_string ("email")); + json_array_append_new (scopes, + json_string ("address")); + json_array_append_new (scopes, + json_string ("phone")); json_object_set_new (oidc_config, "scopes_supported", scopes); -- cgit v1.2.3