Need help in Integration requirement for signature method
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 07:17 AM
I have a integration requirement where 3rd party tool uses OAuth 1.0 to get the access token and they are using below authorization header
- Signature Method: HMAC-SHA256
- Consumer Key:
- Consumer Secret:
- Add authorization data to: Request header
5.Body : x-www-form-urlencoded
We are able to make 3rd party call using Postman tool and generate access code using OAuth 1.0 . We want to configure the above mentioned parameter but ServiceNow supports only OAuth 2.0 and we do not have option to select Signature method in OAuth 2.0
Can anyone please help me in setting up this configuration in ServiceNow Rest Message?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 03:33 PM