gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -add supported claims


From: gnunet
Subject: [gnunet] branch master updated: -add supported claims
Date: Thu, 06 Aug 2020 19:56:42 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 19fe8e8ff -add supported claims
19fe8e8ff is described below

commit 19fe8e8ff74a9639fc075f5d974a01a977e1196a
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Aug 6 19:50:34 2020 +0200

    -add supported claims
---
 src/reclaim/plugin_rest_openid_connect.c | 6 ++++++
 1 file changed, 6 insertions(+)

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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]