Creation 18th July 2019
Make sure you have nodejs installed on the computer
Execute
npm install
CLIENT_ID=<MYID>
CLIENT_SECRET=<MYSECRET>
ACCESS_URL=https://api.preprod.fusionfabric.cloud/login/v1/sandbox/oidc/token
AUTHORIZE_URL=https://api.preprod.fusionfabric.cloud/login/v1/sandbox/oidc/authorize
RESPONSE_URL=http://<MYIP>:8888/oauth2/ffdc/callback
Execute
npm start
Go on the url localhost:8888