From ab128acfc5e24ea9725d922215ac5faff7609e10 Mon Sep 17 00:00:00 2001
From: clokep
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.