aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim.conf
diff options
context:
space:
mode:
authorTristan Schwieren <tristan.schwieren@tum.de>2022-04-11 13:29:20 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-06-09 11:43:01 +0200
commit349b4e37123368e3f03d563770d72bcbfd8109ad (patch)
tree865732d15ee62fa5c7e5d651445ea276a4d4756d /src/reclaim/reclaim.conf
parent79eff4349f89d13a8cc707550f6bb7d5fe8c99c3 (diff)
downloadgnunet-349b4e37123368e3f03d563770d72bcbfd8109ad.tar.gz
gnunet-349b4e37123368e3f03d563770d72bcbfd8109ad.zip
-init oidc RSA256 feature
Diffstat (limited to 'src/reclaim/reclaim.conf')
-rw-r--r--src/reclaim/reclaim.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/reclaim/reclaim.conf b/src/reclaim/reclaim.conf
index 8655f2e0b..c685042db 100644
--- a/src/reclaim/reclaim.conf
+++ b/src/reclaim/reclaim.conf
@@ -14,6 +14,8 @@ TICKET_REFRESH_INTERVAL = 6h
14[reclaim-rest-plugin] 14[reclaim-rest-plugin]
15#ADDRESS = https://identity.gnu:8000#/login 15#ADDRESS = https://identity.gnu:8000#/login
16ADDRESS = https://ui.reclaim/#/login 16ADDRESS = https://ui.reclaim/#/login
17OIDC_CLIENT_SECRET = secret 17OIDC_JSON_WEB_ALGORITHM = RS256
18OIDC_CLIENT_HMAC_SECRET = secret
19OIDC_DIR = $GNUNET_DATA_HOME/oidc
18JWT_SECRET = secret 20JWT_SECRET = secret
19EXPIRATION_TIME = 1d 21EXPIRATION_TIME = 1d