Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.21 KB

Readme.md

File metadata and controls

35 lines (19 loc) · 1.21 KB

Example Authentication Autodesk PCKE client-side only

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/

Usage

  • Copy the client_id to Resources.resx

  • Create a callback URL in the format http://localhost:8080/api/auth/callback and add it to the Redirect URIs in the application settings, and then add it to the Resources.resx

  • Debug the application and see the result

Demo

Resources