RSASSA-PKCS-v1_5 using SHA-512 as the method for creating digital signatures in JWT

We need to create a JWT signature with RSASSA-PKCS-v1_5 using SHA-512 algorithm.

Do we have any existing callout to do this or we need to custom Javascript callout to make this algorithm work. 

@dchiesa1 : Please suggest on this.

Solved Solved
0 2 235
1 ACCEPTED SOLUTION

What you're describing is known as RS512 in the JWA specification. There is a builtin policy for Apigee X, hybrid, and Edge that Generates JWT with various algorithms, including RS512. Here is the documentation for that built-in policy: GenerateJWT

View solution in original post

2 REPLIES 2

What you're describing is known as RS512 in the JWA specification. There is a builtin policy for Apigee X, hybrid, and Edge that Generates JWT with various algorithms, including RS512. Here is the documentation for that built-in policy: GenerateJWT

Thanks @dchiesa1 for your explanation