Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 571 Bytes

download.md

File metadata and controls

15 lines (11 loc) · 571 Bytes

To run the sample follow these steps:

  1. Set the Allowed Callback URLs in the Application Settings to:
http://localhost:3000/callback
  1. Set the Allowed Logout URLs in the Application Settings to:
http://localhost:3000
  1. Open the project in Visual Studio.

  2. Click the Start button or select the menu option Debug | Start Debugging or use the keyboard shortcut F5.