Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,087
Community Members
 
Community Events
184
Community Groups

How do we send access token Rest API request using OAuth through Postman?

Edited

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.

2020-05-26 17_10_42-Postman.png

When making this request I get oauth_problem=signature_method_rejected response.

2. Using access-token as Header:

2020-05-26 17_15_38-Postman.png

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?

1 answer

The issue is with signature_method. the signature_method needs to be RSA-SHA1 which is not currently supported with Postman.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events