Get user account details.

Get user account details.

t_tkacp
Alumni Alumni
591 Views
1 Reply
Message 1 of 2

Get user account details.

t_tkacp
Alumni
Alumni

Hello,

 

There is an ability in Fusion which allows to login using Autodesk account (oxygen??).

 

Is there any functionality in API which can return oauth_token and oauth_token_secret so I can validate current user and fetch specific data from some other service?

 

Regards,

Pavel.

0 Likes
Accepted solutions (1)
592 Views
1 Reply
Reply (1)
Message 2 of 2

KrisKaplan
Autodesk
Autodesk
Accepted solution

No.  The API does not expose the identity service access token granted to the Fusion consumer when the user logs in.  That would be a security problem, as the token was granted by the User to Fusion specifically, and exposing it would grant Fusion application level access to internal services on the user's behalf.

 

What is needed is a set of public third party services, and a mechanism for the user to grant and manage access tokens or bearer tokens to specific third party applications to use against these public services.  I don't have any information about when that might be available, but it is known and required.

 

Kris



Kris Kaplan
0 Likes