From 7c4175958c531ffbe65295ba111e5f0eebe7974b Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Wed, 15 Jun 2022 16:45:50 +0000 Subject: deploy: 7d99414edf2c5c7e602a88c72245add665e6afb4 --- develop/usage/configuration/config_documentation.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'develop/usage') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 71b8784421..32b5db7942 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -2602,8 +2602,10 @@ expected to be non-existent.

tokens. Defaults to false.
  • secret: This is either the private shared secret or the public key used to decode the contents of the JSON web token. Required if enabled is set to true.
  • -
  • algorithm: The algorithm used to sign the JSON web token. Supported algorithms are listed at -https://pyjwt.readthedocs.io/en/latest/algorithms.html Required if enabled is set to true.
  • +
  • algorithm: The algorithm used to sign (or HMAC) the JSON web token. +Supported algorithms are listed +here (section JWS). +Required if enabled is set to true.
  • subject_claim: Name of the claim containing a unique identifier for the user. Optional, defaults to sub.
  • issuer: The issuer to validate the "iss" claim against. Optional. If provided the -- cgit 1.5.1