Java callout JWT / SHA512 parser

Hi all,

Everything is in the title 🙂

Does java callout JWT policy support SHA512 for JWT token ?

0 3 486
3 REPLIES 3

Which Java callout?

This one does not.

It supports HS256 (HmacSHA256) and RS256.

Apigee are working on a JWT policy which will likely support SHA512. (HmacSHA512)

Coming soon!

Hi,

Thanks for your quick answer.

Regards,

Laurent L

Hi Laurent, glad to help. I should have mentioned in my response yesterday - the jwt callout that you referenced.... is open source. You should be able to add support for HmacSHA512 pretty easily.