SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Refresh token management automation

Uses timestamps and a json file to automatically manage refresh token expiration.

Overview

🎓 advanced 20 min. SAP ConcurAdvanced

You will learn

  • How to manage refresh token expiration using timestamps and a json file
Marc Bell M Marc Bell August 21, 2026
Created on July 27, 2023
Contributors

More from Marc Bell

See all 3 tutorials by Marc Bell →

Prerequisites

Prerequisites

Steps

Step 1 Regenerate your company request token

  1. Go to the Company Request Token screen.
  2. Enter your App ID in the required field and click Submit to regenerate your company request token.
  3. Copy/paste the Company UUID and company request token fields to a text file. image
  4. Click OK after you have saved this information to a text file. image
Step 2 Setup the NodeJs app
+
Step 3 Regenerate your credentials file
+
Step 4 Regenerate and store your refresh token in a json file
+
Step 5 Load your stored refresh token from from a json file
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Regenerate your company request token 2. Setup the NodeJs app 3. Regenerate your credentials file 4. Regenerate and store your refresh token in a json file 5. Load your stored refresh token from from a json file
Next