scottvonduhn
02/13/2019, 5:06 PMMissingTokenPassportRequiredFields
) when using Jersey 2.28 to try and authenticate with OAuth 1.0. The issue in my case seems to be related to Jersey 2.x adding oauth_callback="oob"
to the OAuth authentication headermrob
02/13/2019, 7:04 PMmrob
02/13/2019, 10:56 PMoauth_callback
property in my GET request. It's {:Authorization=>
"OAuth realm=, oauth_consumer_key=, oauth_nonce=, oauth_signature=, oauth_signature_method=HMAC-SHA256, oauth_timestamp=, oauth_token=, oauth_version=1.0",
"Content-Type"=>"application/json"}
mrob
02/13/2019, 10:56 PMmrob
02/13/2019, 10:56 PMAuthorization: OAuth realm="123456", oauth_consumer_key="ef40afdd8abaac111b13825dd5e5e2ddddb44f86d5a0dd6dcf38c20aae6b67e4", oauth_token="2b0ce516420110bcbd36b69e99196d1b7f6de3c6234c5afb799b73d87569f5cc", oauth_nonce="fjaLirsIcCGVZWzBX0pg", oauth_timestamp="1508242306", oauth_signature_method="HMAC-SHA256", oauth_version="1.0", oauth_signature="7mpNx1RdQn4VLSyeEwCK7jFBjGQ0blzwDSMU9Kg5Rmg%3D"
mrob
02/14/2019, 12:59 AMoauth_consumer_key=\"12345\"