You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I created access-token using steps from: https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/. I am trying to make get Issue rest call through postman using the access-token generated. I tried in multiple ways:
1. Using Authorization OAuth 1.0 configuration.
When making this request I get oauth_problem=signature_method_rejected response.
2. Using access-token as Header:
When making this request I get 403 Forbidden issue. Is there any other way in handling this? Even trying to add it as param also results in same issue.
I am trying to attach this to my Spring Application using Spring Security. Can't we make postman requests with OAuthn generated Access-token?
The issue is with signature_method. the signature_method needs to be RSA-SHA1 which is not currently supported with Postman.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.