3 Legged Authentication Via Postman

3 Legged Authentication Via Postman

Anonymous
894 Views
2 Replies
Message 1 of 3

3 Legged Authentication Via Postman

Anonymous
Not applicable

Hi there, 

  

I am trying to get a three legged Authentication via postman. I went through several to tutorials and I am unable to get the three legged. I got it to work only once and now I am unable to get it to work. 

 

I followed this: 

http://adndevblog.typepad.com/cloud_and_mobile/2016/06/using-3-legged-oauth-for-forge-apis-with-post...

 

 

My Inputs: 

TokenName: 

Auth URL: https://developer.api.autodesk.com/authentication/v1/authorize

Access Token URL: https://developer.api.autodesk.com/authentication/v1/gettoken

Client ID: XXXXXXXXXXXXXXXX

Client Secret: XXXXXXXXXXXXXX

Scope: data:read

Grant Type: Authorization Code 

 

Callback URL: https://www.getpostman.com/oauth2/callback

0 Likes
895 Views
2 Replies
Replies (2)
Message 2 of 3

adam.nagy
Autodesk Support
Autodesk Support

Hi,

 

Since you could do it once and lots of people (inc. me) can use that workflow without any issues, maybe something went wrong with your Postman installation?

Does it work with other non-Autodesk services that also require 3 legged OAuth?  

What exact error are you getting?  

 

Also, since this question is not related to Fusion 360, but Forge, would you mind moving this question to StackOverflow where we provide Forge support?

https://developer.autodesk.com/en/support/get-help

 

Thank you,



Adam Nagy
Autodesk Platform Services
0 Likes
Message 3 of 3

mona_jalilzadeh1
Autodesk
Autodesk

What is your callback URL? When you are creating your app, make sure to use the postman callback URL:  https://www.getpostman.com/oauth2/callback

You can always modify an existing app's callback URL.

0 Likes