users@jersey.java.net

[Jersey] jersey.oauth.signature.UnsupportedSignatureMethodException: HMAC-SHA1

From: <cyril_at_rewardspay.com>
Date: Tue, 29 Jan 2013 17:04:20 +0000 (GMT)

Hello,
I'm working on an OAuth server implementation based on the jersey-oauth
1.16 contrib in GlassFish 3.1.2 container and I'm getting this
exception when trying to connect to it via Scribe client API:

AuthFilter.filter:
com.sun.jersey.oauth.signature.UnsupportedSignatureMethodException:
HMAC-SHA1 for com.sun.jersey.oauth.server.OAuthServerRequest_at_13a50796

https://wikis.oracle.com/display/Jersey/OAuth states "It supports the
signature methods outlined in OAuth Core 1.0 specification: HMAC-SHA1,
RSA-SHA1, and PLAINTEXT" so I'm confused.
Do I have some misconfiguration issue?
Any suggestion/pointer/idea would be welcome.
Thanks!
Cyril