gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix
Date: Fri, 20 Jul 2018 16:08:11 +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 74a80d549 fix
74a80d549 is described below

commit 74a80d549aef8452b1040ea69d7c1274679f7338
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Fri Jul 20 16:08:08 2018 +0200

    fix
---
 src/reclaim/plugin_rest_openid_connect.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/reclaim/plugin_rest_openid_connect.c 
b/src/reclaim/plugin_rest_openid_connect.c
index 9b7cf0205..3e53a2836 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -749,7 +749,7 @@ login_redirection(void *cls)
   struct RequestHandle *handle = cls;
 
   if ( GNUNET_OK
-       == GNUNET_CONFIGURATION_get_value_string (cfg, "identity-rest-plugin",
+       == GNUNET_CONFIGURATION_get_value_string (cfg, "reclaim-rest-plugin",
                                                  "address", &login_base_url) )
   {
     GNUNET_asprintf (&new_redirect, "%s?%s=%s&%s=%s&%s=%s&%s=%s&%s=%s&%s=%s",
@@ -1373,7 +1373,7 @@ token_endpoint (struct GNUNET_REST_RequestHandle 
*con_handle,
 
   //check client password
   if ( GNUNET_OK
-       == GNUNET_CONFIGURATION_get_value_string (cfg, "identity-rest-plugin",
+       == GNUNET_CONFIGURATION_get_value_string (cfg, "reclaim-rest-plugin",
                                                  "psw", &expected_psw) )
   {
     if (0 != strcmp (expected_psw, psw))
@@ -1543,7 +1543,7 @@ token_endpoint (struct GNUNET_REST_RequestHandle 
*con_handle,
   //create jwt
   unsigned long long int expiration_time;
   if ( GNUNET_OK
-       != GNUNET_CONFIGURATION_get_value_number(cfg, "identity-rest-plugin",
+       != GNUNET_CONFIGURATION_get_value_number(cfg, "reclaim-rest-plugin",
                                                 "expiration_time", 
&expiration_time) )
   {
     GNUNET_free_non_null(user_psw);
@@ -1620,7 +1620,7 @@ token_endpoint (struct GNUNET_REST_RequestHandle 
*con_handle,
     return;
   }
   if ( GNUNET_OK
-       != GNUNET_CONFIGURATION_get_value_string (cfg, "identity-rest-plugin",
+       != GNUNET_CONFIGURATION_get_value_string (cfg, "reclaim-rest-plugin",
                                                  "jwt_secret", &jwt_secret) )
   {
     GNUNET_free_non_null(user_psw);

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



reply via email to

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