I want to link ServiceNow and AWS API Gateway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 10:54 PM
I want to send an API from ServiceNow to AWS API Gateway.
What is the authentication method for this?
What values should I pass for authentication?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 11:21 PM
Hi @masahironaka ,
Please follow this video, you will get an idea :https://www.youtube.com/watch?v=nKk1CRIFQQE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2024 11:29 PM
Hello @masahironaka
What is the authentication method for this? ->you can use OAuth 2.0 or Basic Authentication
What values should I pass for authentication?-> depends on API gateway endpoint or consult API documentation to determine parameters or data types.
if my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
CB
or you can use Boomi or workato platform.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2024 06:09 PM
For Basic Authentication, pass AWS account username and password?
I set them in the sys_auth_profile_basic table.