cancel
Showing results for 
Search instead for 
Did you mean: 

REST adapter OAuth JWT Signing Algorithm

former_member190239
Participant
0 Kudos

Hello Experts,

I have a requirement where a call is to made to REST service and authentication is JWT where the algorithm used will be HS512 - HMAC + SHA512. I'm trying to set it up as per 2892050 - New Feature: Add Support for OAuth 2.0 JSON Web Token profile in REST Adapter .

So I selected

But dont see an option for SHA512 , the only available options are

Can you please share your thoughts on this.. is there a limitation or am I not understanding it right?

is there an alternate workaround?

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

alex_bundschuh
Product and Topic Expert
Product and Topic Expert

Hi Ravi,

only the required and recommended algorithms as per RFC7518 have been implemented, so SHA-512 is not supported

Alex

Answers (1)

Answers (1)

former_member190239
Participant
0 Kudos

Thanks Alex,

In this case wat would you recommend?.. can we generate the JWT through a UDF and then pass it as additional http header as mentioned in one of your blogs on REST?

Any suggestions of jars for Generating the JWT token through UDF? So they are not using obsolete methods or on Java version higher than that of the AEX..we are on 7.5 single stack..

Regards,

Ravi