Blog Post
Introducing the 'Session Affinity Proxy' setting in App Service Configuration.
I have multiple app services running over a Web Application Gateway V2 without issue at the moment configured with SAML and everything works fine.
Until moving a Drupal site to App Service, I am now facing an issue where the client facing domain (ex. test.test.com) is called but the ACS for my SAML connection is expecting (appserviceenvironment) instead. I think one issue of this is how Drupal SAMLAuth module handles the traffic, but I was hoping this setting would preserve the client facing domain.
Is there any further configuration that needs to be done? Adding X-forward headers? I'm at a loss right now and I have a support ticket in as well, but even support seems to say use Custom Domains, which doesnt work for me as multiple applications are used on a single domain using path based URIs.