Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Mutual auth with aws api gateway possible?

I have an application installed in tomcat which currently I am running on http. Also I have used AWS API gateway to expose my application . I want to implement mutual auth between aws api gateway and my api which we have created . Is there any document which I can refer. Also is it possible to implement mutual authentication with AWS API gateway and my api.

like image 733
Grin like a Cheshire cat Avatar asked Jan 28 '16 19:01

Grin like a Cheshire cat


1 Answers

This is definitely possible by installing an SSL certificate in Tomcat and using the Client Certificate feature of API Gateway. See http://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-client-side-ssl-authentication.html

like image 98
RyanG Avatar answered Nov 15 '22 06:11

RyanG