Hello Ben,
Check if the DeepLink microflow is properly set up and configured.
Have you created Deeplink microflow in the NV_Home page and checking whether it’s deeplink or not?
You can add debugger and check the value are correct.
Hi Ben, this usually happens when SAML20.ApplicationRootUrl constant is misconfigured. Make sure it's set exactly "https://app.domain.com" (no trailing slash or port). A malformed value here can cause the redirect URL to get duplicated, leading to a 404 from NGINX.
Also:
Ensure you're using the latest DeepLink module.
Check that DeepLinkHome is correctly set up.
Optionally, try setting SAML20.UseHttpPostBindingForAuthnRequest = true if issues persist.
Once ApplicationRootUrl is correct, deep links should redirect properly after SSO.
Reminder:
After changing the constant Restart the app to apply changes. Re-test using an incognito/private window to avoid caching issues.
I hope this one helps you! :)