Using Bearer token, need to POST Incidents from ServiceNow to BMC Remedy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2024 01:29 AM
Dear All,
I have received access token type (Bearer) successfully using REST Message POST Method. Example below.
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJyYXZpa3VtYXJrYSIsInNjb3BlcylRsqyUwmhJ3fReCZ8Y4HAmYoc",
"token_type": "bearer"
Using this Bearer token, I need to POST Incidents which is created in ServiceNow to BMC Remedy.
Please let me know the steps to be configured in REST Messages.
Thank you,
Ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2024 02:11 AM
did you start with anything , were are you struck...
Refer this to create your rest message:
In authentiation type chooose Oauth 2.0.
Create a Auth profile and pass the barrier token in header.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....