Introduction The purpose of this sample is demonstrate a quick way to test and obtain your three legged tokens using PKCE method in the context of a single page app (you can refer here for more details).
This is opensource help question of PhatTran from LinkedIn : https://www.linkedin.com/feed/update/urn:li:activity:7192374744157941760/
- Create a application from website
aps.autodesk.com
- Copy the
client_id
toResources.resx
-
Create a callback URL in the format
http://localhost:8080/api/auth/callback
and add it to theRedirect URIs
in the application settings, and then add it to theResources.resx
-
Debug the application and see the result