Layer7 API Management

 View Only
  • 1.  JWT Access Storage(Do we need to store JWT Access Token)

    Posted Jul 07, 2020 01:04 AM
    We are generating JWT Access Token as a part of OTK and sharing the same with the consumer application.The column length to store Access Token is I believe 256, however JWT Access Token has a length moe than 256. Do we need to store JWT Access Token in the same column of UUID Access Token or somewhere else?
    If we do not need to store JWT Access Token, will that be as per JWT Access Token standard?

    ------------------------------
    SUMEET BASU
    ------------------------------


  • 2.  RE: JWT Access Storage(Do we need to store JWT Access Token)
    Best Answer

    Broadcom Employee
    Posted Jul 13, 2020 08:26 AM
    Hi Sumeet,

    We do not store the JWT access token in the DB. Instead, we store the JTI claim (which is the UUID token).

    Regards,
    Joe