This Resource Server makes Ice customers happy.
- Click
- Login or create your Heroku account.
- After deployment, go to settings.
- Update the ISSUER with the OAuth Authorization Server that issues JWT token - for example, https://ice.oktapreview.com/oauth2/abcdef123456.
- Update the AUDIENCE with the API that's the intended recipient of the JWT token. In heroku, this is your app url - for example, https://ice-rs-fredericohakamine.herokuapp.com".
-
Install
git
andnode
in your computer. -
Clone this repo:
$ git clone git@github.com/fhakamine/ice-resource-server.git
-
Install Node dependencies:
npm install --no-optional
-
Run the Project:
node server.js --iss "https://ice.oktapreview.com/oauth2/abcdef123456" --aud "http://localhost:5000"