0

I need help in integrate AWS API gateway with luman as end point. I have working project with one web part(Laravel) and three luman project for different micro services. We are using AWS API gateway to point out to luman services. Right now we don't have any authentication on web services on luman. Anyone can have access to these if he know URL. We are planing to use oAuth2 for authentication. but i am not able to understand how it work. As we have mobile app for this project too. So my question is.

Is oAuth need to be implemented on luman project or on AWS API gateway.

In both cases how it will work. Also we are planning to move luman project to private network(no internat) which will not have public access. in that case we need to use lambda function to communicate with the private network. So how it will work in this case.

Please suggest.

1 Answer 1

1

If you want to know how AWS API Gateway works with oAuth I'd recommend checking AWS public documentation and AWS Compute Blog.

Sign up to request clarification or add additional context in comments.

1 Comment

Hi @vitalii-budkevych, i have read the above links, i still have some confusion. let say by example. Suppose the service is in laravel project which is invoked through API gateway. Now when a mobile device initially call the api url of gateway at that time, token is not with the url header as it is calling first time call, so what will happen in this case. How i authenticate this request?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.