AWS - Setup OIDC authentication in ALB with AWS Beanstalk

124 Views Asked by At

I have to setup my application in elastic beanstalk with High availability. My architecture involves a php application running in beanstalk in private subnet with ALB (public subnet) which is also created as part of Beanstalk. I want to have OIDC MYID or Azure AD authentication setup in ALB. How can I do it?

Does beanstalk ALB supports creating oidc authentication also ? or any other way to achieve the OIDC authentication with ALB with application running in beanstalk.

1

There are 1 best solutions below

5
On

You can go in the EC2 console and then in the "load balancers" section (look for it near the bottom in the left menu). Here you have a list of all you load balancers. Click on the one you want. You have now the interface for configuration of the listeners. The screen you show is at this place.