’m setting up a protected web app for DNG. The app is only accessible when users include a specific URL path (e.g., hostname.local/app). If users try to access just the internal server hostname (e.g., hostname.local), they’re redirected to the default IIS landing page.
The challenge is that DNG only allows the internal FQDN (e.g., hostname.local) when configuring the protected web app—it doesn’t let you specify a full URL path.
Is there a workaround or recommended solution to ensure the app is still protected but accessible only through the intended path?