diff --git a/develop/jwt.html b/develop/jwt.html index 88586e733c..2b6d0a0353 100644 --- a/develop/jwt.html +++ b/develop/jwt.html @@ -200,8 +200,9 @@ follows:
will be removed in a future version of Synapse.The token
field should include the JSON web token with the following claims:
sub
(subject) claim is required and should encode the local part of the
-user ID.sub
(subject) claim is used, or a custom claim can be set in the
+configuration file.exp
), not before time (nbf
), and issued at (iat
)
claims are optional, but validated if present.iss
) claim is optional, but required and validated if configured.The token
field should include the JSON web token with the following claims:
sub
(subject) claim is required and should encode the local part of the
-user ID.sub
(subject) claim is used, or a custom claim can be set in the
+configuration file.exp
), not before time (nbf
), and issued at (iat
)
claims are optional, but validated if present.iss
) claim is optional, but required and validated if configured.