Redirects Are Blocked Or Ignored
Doc type: How-to guide
Symptoms
- The portal returns to
/instead of the requestedredirectUrl. - The redirect target is silently ignored.
Checklist
- Ensure the redirect URL is HTTPS (
https:only). - Verify the hostname matches the redirect allowlist configured for your app.
- If no allowlist is set, the redirect host must match the current host.
- Confirm the URL is properly URL-encoded.