Servicenow Integration with Docusign using REST and Oauth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-10-2025 05:54 AM
Hello All,
I have configured the flow to trigger integration with docusign.Using Basic Authentication it is working.Now i have to configure using Oauth.Need help with detail process to configure Oauth.
Requesting to comment if anyone worked on it in the past.
Thanks in advance
Yamini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-10-2025 10:12 AM
Below article will help you to configure oauth authentication
If my response helped please mark it correct and close the thread so that it benefits future readers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-10-2025 10:52 PM
Hello @swapnali ombale
thanks for the reply.To configure Oauth do i need to create JWS Connection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-10-2025 11:19 PM
No, creating a JWS (JSON Web Signature) connection is not typically a mandatory step for configuring OAuth in ServiceNow. OAuth itself is a framework for secure delegation of access, and ServiceNow supports various OAuth flows, including those using JWT (JSON Web Token) which can be signed with a JWS key. However, a JWS key is primarily used for signing JWTs when you want to use the JWT Bearer grant type for server-to-server authentication. If you're not using the JWT Bearer grant type, you don't need to create a JWS connection.
If my response helped please mark it correct and close the thread so that it benefits future readers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-10-2025 11:56 PM
check these links on how to use OAuth and REST
Remember OAuth can be configured for Outbound based on grant type "Password credentials" and "Authorization Code"
Two way to configure OAuth 2.0 -Outbound Rest integration in Action Designer -> good article
Configure a REST message with OAuth
Setting oAuth profile not working if rest message does not have oAuth preset
Google Calendar Integration with ServiceNow
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader