Reaching out to the forum to see if anyone has experience with configuring an Azure Load Balancer with Ignition Cloud Edition and IDP. I have reviewed the AWS Ignition KB (Application Load Balancers and Ignition), but there are (from what I can tell) some differences in the Azure environment.
The pseudo process I am hoping for is:
- Client goes to URL --> Load Balancer (End point somewhere.com)
- Load Balance (LB) --> IDP (LB redirects Client to IDP for authentication)
- IDP --> LB (IDP authenticates user and pass token to LB)
- LB --> Ignition Gateway (Load balancer pass user token to Gateway with a 'sticky' session connection.)
- Ignition Gateway (IGW) --> LB --> Client (Perspective page received by user)
Any experience out there that I can draw upon?