Can't redirect to application with Azure proxy, the query string is being removed.

Javier Soto Martínez 5 Reputation points
2023-10-05T13:16:13.4433333+00:00

Hi, I have a web application where there is a section that is redirecting to another web application that is working through Azure application proxy. The thing is when I click on the section of the first web, it redirects to Azure login, and when I login it redirects correctly to the second web application (the one working through the proxy) but the query string is gone, for example:

  • The URL should be "https://example.com/example?id=1234" after the redirect, but instead the url is "https://example.com", and is landing on the home page instead of the desired URL.

Can anyone help me with this problem?

Thank you so much in advance!

Microsoft Security | Microsoft Entra | Other
{count} vote

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.