Node js with oauth using okta.
To follow this training please check this tutorial:
- Add the .env file including the following information from okta.
ISSUER=https://{yourOktaDomain}/oauth2/default SCOPE={scope} CLIENT_ID={yourClientId} CLIENT_SECRET={yourClientSecret}
- npm install
- node .