diff options
author | Tristan Schwieren <tristan.schwieren@tum.de> | 2022-05-10 10:18:37 +0200 |
---|---|---|
committer | Tristan Schwieren <tristan.schwieren@tum.de> | 2022-05-10 10:18:37 +0200 |
commit | 222b0412ebd4f4c219132af3b6036c4c4de235d8 (patch) | |
tree | 61c43fdf58cdf0f7da9f7ba52aefcc24d34462aa | |
parent | 924cfc619308fadce4d5a6aee6556759b2ca8eda (diff) |
-variable change in user handbook
-rw-r--r-- | doc/handbook/chapters/user.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/handbook/chapters/user.texi b/doc/handbook/chapters/user.texi index 0b44ab57c..2a5f517e3 100644 --- a/doc/handbook/chapters/user.texi +++ b/doc/handbook/chapters/user.texi @@ -2081,7 +2081,7 @@ The token endpoint is protected using HTTP basic authentication. You can authenticate using any username and the password configured under: @example -$ gnunet-config -s reclaim-rest-plugin -o OIDC_CLIENT_SECRET +$ gnunet-config -s reclaim-rest-plugin -o OIDC_CLIENT_HMAC_SECRET @end example The authorize endpoint is protected using a Cookie which can be obtained through |