gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 20/45: -minor


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 20/45: -minor
Date: Sun, 25 Feb 2018 16:25:24 +0100

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

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

commit c781756495ea853f3c9f78d7dad7002d0bdc4180
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Dec 14 17:47:16 2017 +0100

    -minor
---
 src/identity-provider/plugin_rest_identity_provider.c | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/src/identity-provider/plugin_rest_identity_provider.c 
b/src/identity-provider/plugin_rest_identity_provider.c
index 1ad0aef42..4a03221a0 100644
--- a/src/identity-provider/plugin_rest_identity_provider.c
+++ b/src/identity-provider/plugin_rest_identity_provider.c
@@ -142,8 +142,14 @@
  */
 char* OIDC_ignored_parameter_array [] =
 {
-  "display", "prompt", "max_age", "ui_locales", "response_mode",
-  "id_token_hint", "login_hint", "acr_values"
+  "display",
+  "prompt",
+  "max_age",
+  "ui_locales", 
+  "response_mode",
+  "id_token_hint",
+  "login_hint", 
+  "acr_values"
 };
 
 /**
@@ -1080,7 +1086,12 @@ authorize_cont (struct GNUNET_REST_RequestHandle 
*con_handle,
 {
   struct MHD_Response *resp;
   struct RequestHandle *handle = cls;
-  char *response_type, *client_id, *scope, *redirect_uri, *state, *nonce;
+  char *response_type;
+  char *client_id;
+  char *scope;
+  char *redirect_uri;
+  char *state;
+  char *nonce;
 
   //TODO clean up method
 
@@ -1132,7 +1143,7 @@ authorize_cont (struct GNUNET_REST_RequestHandle 
*con_handle,
   client_id = 
GNUNET_CONTAINER_multihashmap_get(handle->rest_handle->url_param_map,
                                                &cache_key);
 
-
+  //TODO verify if client_id is in delegation from selected identity, i.e. use 
GNUNET_NAMESTORE_zone_to_name() to verify
   GNUNET_CRYPTO_hash (OIDC_SCOPE_KEY, strlen (OIDC_SCOPE_KEY), &cache_key);
   if (GNUNET_NO == GNUNET_CONTAINER_multihashmap_contains 
(handle->rest_handle->url_param_map,
                                                           &cache_key))

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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