- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello everyone.
I tried to pass the OAuth key in the REST STEP of the flow action, but when I checked the logs, it appears to be passed as *****. Does anyone know how to resolve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
the access token will go as plain text and you need not worry about encryption or decryption of that.
yes the Flow REST Step works that way OOTB
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Thank you!
As a result of our verification, we found that it wasn't even necessary to pass it as a header. While it may vary case by case, it's likely that in REST API actions, the credential to be used is specified before setting the content, so the specified credential is already being used at that point.