I currently have an on-prem application which allows users to connect to it through the Azure Service Bus Relay (ADFS, STS, ACS).
The signed SAML token is used to validate the user, and create the user-context in the on-prem application.
Is it possible to get the signed SAML-token on an Azure Web App using passive federation, and pass it through the Azure Service Bus Relay?