Layer7 API Management

 View Only

  • 1.  JWT Signature Generator in Layer7 using RSA key pair and consumer ID

    Posted May 31, 2022 03:26 PM
    Hi Experts,

    Could you please help with the assertion or any other way to generate JWT signature using parameters RSA key pair and ConsumerID in Layer7 Gateway?
    I need to connect from Layer7 to DocuSign/Wallmart APIs using OAuth authentication.

    Appreciate for quick help.

    Thanks,
    Kiran G


  • 2.  RE: JWT Signature Generator in Layer7 using RSA key pair and consumer ID

    Posted Jun 10, 2022 06:47 AM

    Did you want to just create a JWT token to pass on to the back-end service?

    I have just taken a screenshot of a section of our policy. Hopefully you can gather enough info from these screenshots. I tried to not include all our customizations e.g. token_exchange etc.




  • 3.  RE: JWT Signature Generator in Layer7 using RSA key pair and consumer ID

    Posted Jul 05, 2022 09:02 AM
    Hi Ewan, 

    Firstly thankyou for the help. It indeed helped me understand how the assertion works. The only thing I am wondering about is what is the difference between this L7 provided RSASSA algorithm and the actual RSA256 algorithm. Is the RSA 256 more secure ? and how can we use RSA 256 to sign the token for customer requirement instead of the L7 provided RSASSA.