Forum Discussion
Azure Application Proxy URL redirect or different internal/external URL
Peter Holland old thread but still relevant. Maybe you have any updates on this? Have the same issue here where i need to redirect to http://reportserver/reports instead of just http://reportserver i thought that there is now a solution available for this but can't find anymore the relevant article
EDIT:
FOUND IT! 🙂 We can set a custom home page url via "branding" in azure blade "app registrations" https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/application-proxy-configure-custom-home-page
jjuelke I ended up doing a base redirect on the reporting services server. last time i looked at the custom home page it only seemed to do anything if using the myapps link, not using an old bookmark or typing the root address into the browser.
may well have been changed/improved since then as that was a couple of years ago
- jjuelkeJan 22, 2021Copper Contributoryes, only works when using myapps.microsoft.com but ok for me, otherwise we would set up a azure application gateway or a base redirect local on server as you