Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 316 Bytes

nodejs-oauth

Node js with oauth using okta.

To follow this training please check this tutorial:

  1. Add the .env file including the following information from okta.

ISSUER=https://{yourOktaDomain}/oauth2/default SCOPE={scope} CLIENT_ID={yourClientId} CLIENT_SECRET={yourClientSecret}

  1. npm install
  2. node .