Skip to main content

Redirects Are Blocked Or Ignored

Doc type: How-to guide

Symptoms

  • The portal returns to / instead of the requested redirectUrl.
  • The redirect target is silently ignored.

Checklist

  1. Ensure the redirect URL is HTTPS (https: only).
  2. Verify the hostname matches the redirect allowlist configured for your app.
  3. If no allowlist is set, the redirect host must match the current host.
  4. Confirm the URL is properly URL-encoded.

Next steps