- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 01:37 AM
We are using Scripted REST Step in a custom Action and using the Connection Credentials alias with oAuth credentials.
It was working fine and suddenly we started seeing the User not authenticated error. The refresh token is available and valid.
@AnveshKumar M Can you help me with this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:40 AM
Hi @chakriy
Along with what Ankur mentioned, try getting new Refresh Token by using Get oAuth Token and try the outbound.
Please mark my answer helpful and accept as solution if it helped you 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 02:35 AM
Did you try to check the credentials are correct? Check with 3rd party team did the credentials change
what happens when you test via Postman tool?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:50 AM - edited 11-02-2023 05:52 AM
Hi Ankur,
Thanks for your answer.
Credentials are not changed, I confirmed this. It is because of latest clone activity they performed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:40 AM
Hi @chakriy
Along with what Ankur mentioned, try getting new Refresh Token by using Get oAuth Token and try the outbound.
Please mark my answer helpful and accept as solution if it helped you 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:51 AM
@AnveshKumar M Thanks Anvesh! This worked. We came to know that the target Dev instance is recently got cloned, may be this caused the refresh token to be invalid.