Integration Navigation (External Link and IFrame)
Scenario
The example module demonstrates common admin integration patterns: embedded IFrame and external links.
- Route group:
/examples/external/* - Views:
src/views/examples/external/*
Integration Modes
- IFrame embedding for consistent in-app navigation.
- External link navigation for independent portals.
Configuration
- Use
meta.externalLinkfor external targets. - Restrict IFrame origins with allowlists and policies.
- Decide current-tab vs new-window behavior explicitly.
Implementation Notes
- Add fallback UI for third-party downtime.
- Define cross-system auth strategy (SSO or isolated auth).
- Track outbound navigation events for auditing.
