You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am working on a ruby project and am using ruby-jose for implementing JWS to sign the request before sending over to partner. However, the partner system is implemented in Java using Nimbus Jose (https://connect2id.com/products/nimbus-jose-jwt). We are facing issue regarding partner being able to verify the signature of the payload being sent from ruby client. The algorithm being used for signing is PS256.
Can you please comment on interoperability/compatibility of libraries across platforms?
The text was updated successfully, but these errors were encountered:
Hi, I am working on a ruby project and am using ruby-jose for implementing JWS to sign the request before sending over to partner. However, the partner system is implemented in Java using Nimbus Jose (https://connect2id.com/products/nimbus-jose-jwt). We are facing issue regarding partner being able to verify the signature of the payload being sent from ruby client. The algorithm being used for signing is
PS256
.Can you please comment on interoperability/compatibility of libraries across platforms?
The text was updated successfully, but these errors were encountered: