aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-28 14:26:48 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2018-11-28 14:26:48 +0100
commit3bd81a2ea5055d10ae8a2da823d51dd2e69b7296 (patch)
tree82b459141ed74709c6fc74478ce00413f77e313c /src
parentcf33d950821ecf8b6fcb7d7ab1e6f374b2036f8b (diff)
downloadgnunet-3bd81a2ea5055d10ae8a2da823d51dd2e69b7296.tar.gz
gnunet-3bd81a2ea5055d10ae8a2da823d51dd2e69b7296.zip
REST: Update OIDC issuer URI
Diffstat (limited to 'src')
-rw-r--r--src/rest-plugins/oidc_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest-plugins/oidc_helper.h b/src/rest-plugins/oidc_helper.h
index 7a0f45bf9..ebec1a865 100644
--- a/src/rest-plugins/oidc_helper.h
+++ b/src/rest-plugins/oidc_helper.h
@@ -34,7 +34,7 @@
34 34
35#define JWT_TYP_VALUE "jwt" 35#define JWT_TYP_VALUE "jwt"
36 36
37#define SERVER_ADDRESS "https://reclaim.id" 37#define SERVER_ADDRESS "https://api.reclaim"
38 38
39/** 39/**
40 * Create a JWT from attributes 40 * Create a JWT from attributes