From 7349209e4649e030d119bb5645df5b302a458573 Mon Sep 17 00:00:00 2001 From: Jonathan Diehl <1334574+jdiehl@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:55:31 +0200 Subject: [PATCH 1/2] Document Teamcenter role sharing with embedded Mendix app --- .../runtime/mendix-client/mendix-inside-teamcenter.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md b/content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md index 244d01421ec..aeeeb081439 100644 --- a/content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md +++ b/content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md @@ -221,6 +221,12 @@ Follow these steps to configure authentication. For instructions, see the [Adding an SSO Login Button to Your Login Page](/appstore/industry/teamcenter-connector/configuring-connection-2512/#add-sso-login-button) section of *Configuring the Connection to Teamcenter with Teamcenter Connector 2512.0.0 and Above*. +## Role Sharing with Teamcenter {#role-sharing} + +Teamcenter users can be assigned multiple roles, and the active role affects which objects and data the user can access. Active Workspace lets users switch roles within their session without logging in again. + +The active Teamcenter role is shared between Active Workspace and the embedded Mendix app, so a role switch in Active Workspace also applies to the Mendix app without requiring the user to reauthenticate. Switching roles reloads the Active Workspace UI, which also reloads the embedded Mendix app. + ## Passing Context from Teamcenter {#passing-context} The `MendixEmbedded` Active Workspace component passes Teamcenter object context to the Mendix app as startup parameters. Configure these parameters in the `context` and `declarativeKeyContext` fields of the XRT `htmlPanel` and Product Lifecycle (PL) Home card. From ef076df45ffc340b2f42929870960bb28cd66912 Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Mon, 24 Aug 2026 15:31:42 +0200 Subject: [PATCH 2/2] TW review --- .../refguide/runtime/mendix-client/mendix-inside-teamcenter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md b/content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md index aeeeb081439..b1bd870d64d 100644 --- a/content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md +++ b/content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md @@ -225,7 +225,7 @@ Follow these steps to configure authentication. Teamcenter users can be assigned multiple roles, and the active role affects which objects and data the user can access. Active Workspace lets users switch roles within their session without logging in again. -The active Teamcenter role is shared between Active Workspace and the embedded Mendix app, so a role switch in Active Workspace also applies to the Mendix app without requiring the user to reauthenticate. Switching roles reloads the Active Workspace UI, which also reloads the embedded Mendix app. +The active Teamcenter role is shared between Active Workspace and the embedded Mendix app. This means that a role switch in Active Workspace also applies to the Mendix app without requiring the user to reauthenticate. Switching roles reloads the Active Workspace interface, which also reloads the embedded Mendix app. ## Passing Context from Teamcenter {#passing-context}