diff --git a/docs/apm-ui-system.md b/docs/apm-ui-system.md index 50b86e52..783f1316 100644 --- a/docs/apm-ui-system.md +++ b/docs/apm-ui-system.md @@ -574,6 +574,14 @@ const apm = client.apm.authorization(container, { timeout: 900, // Timeout in seconds (15 minutes) allowCancelation: true // Allow cancellation during confirmation }, + + // Redirect step (web only): optional keys match Context.ts FlowData.redirect (see sdks-embedded-components.md) + redirect: { + enableHeadlessMode: false, + // silentFailureView: false, + // showHeadlessLoader: true, + // actionOverlayMountParent: document.getElementById('overlay-root'), // HTMLElement | null + }, // Success screen settings success: { diff --git a/examples/apm/index.html b/examples/apm/index.html index 7a28b49e..df393ada 100644 --- a/examples/apm/index.html +++ b/examples/apm/index.html @@ -17,7 +17,20 @@ +
+ Web redirect (headless) +

+ Matches FlowData.redirect in the SDK: auto-open PSP, optional silent errors, loader, and where the action overlay attaches. +

+
+ + + + +
+
+