Closed
Description
Is there any way of adding custom public claims to the JWT instead than the defaults?
Currently the payload of the JWT holds the default claims aud
, jti
, iat
, nbf
, exp
, sub
, and a single single custom public claim scopes
. But what if we want the first name to be added to the JWT claims too?
As described in the documentation: https://tools.ietf.org/html/rfc7519#section-4.2
Metadata
Metadata
Assignees
Labels
No labels