I want to link ServiceNow and AWS API Gateway

masahironaka
Tera Contributor

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?

3 REPLIES 3

Community Alums
Not applicable

Hi @masahironaka ,

Please follow this video, you will get an idea  :https://www.youtube.com/watch?v=nKk1CRIFQQE

 

Items demonstrated/discussed in this video: Guest Star Harshini Elath presents an outline of Machine Learning topics and then shows how to setup an integration between AWS Lambda and ServiceNow.

chetanb
Tera Guru

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. 

For Basic Authentication, pass AWS account username and password?
I set them in the sys_auth_profile_basic table.