You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ In addition, the following requirements must be met:
33
33
* The browser allows cross-site cookies for the Mendix domain. This can be configured per-domain via organization policy (for example, using Intune).
34
34
* There is bidirectional network connectivity between the user's browser and both the Mendix runtime and the Teamcenter server.
35
35
36
-
For Teamcenter Connector prerequisites, see [Teamcenter Connector](/appstore/modules/siemens-plm/teamcenter-connector/).
36
+
For Teamcenter Connector prerequisites, see [Teamcenter Connector](/appstore/modules/siemens-plm/teamcenter-connector/#prerequisites).
37
37
38
38
## Setting Up the Mendix App
39
39
@@ -156,7 +156,7 @@ If Teamcenter returns `HTTP 401 Unauthorized` with a JWT signature error after r
156
156
157
157
## Configuring Authentication {#authentication}
158
158
159
-
While Mendix in Teamcenter is in Beta, authentication uses the Teamcenter Connector's Teamcenter Single Sign On (SSO) flow. Upon accessing the Mendix application, a popup is opened automatically for authentication. After successful login (which will usually happen automatically), the popup is closed and the Mendix application and Teamcenter Connector are authenticated.
159
+
While Mendix in Teamcenter is in Beta, authentication uses the Teamcenter Connector's Teamcenter Single Sign On (SSO) flow. Upon accessing the Mendix application, a pop-up window is opened automatically for authentication. After successful login (which will usually happen automatically), the pop-up window is closed and the Mendix application and Teamcenter Connector are authenticated.
160
160
161
161
{{% alert color="info" %}}
162
162
In the GA release an alternative authentication flow that is invisible to the end-user is planned.
@@ -200,7 +200,7 @@ Follow these steps to configure authentication.
200
200
201
201
5. Optionally, use JavaScript to trigger the authentication automatically.
202
202
203
-
{{% alert color="warning"%}}Browsers may block the popupif it is not triggered directly by a user action.{{%/alert %}}
203
+
{{% alert color="warning"%}}Browsers may block the pop-up windowif it is not triggered directly by a user action.{{%/alert %}}
204
204
205
205
## Passing Context from Teamcenter {#passing-context}
206
206
@@ -221,7 +221,7 @@ For the full `render()` API, see [Embedding the Client](/refguide/mendix-client/
221
221
## Known Limitations (Beta)
222
222
223
223
***Cross-site cookies:** The browser must allow cross-site cookies for the Mendix domain. This is required because the Mendix app runs on a different origin than Active Workspace. Configurethis per-domain via organization policy (for example, Intune).
224
-
***Authentication popup:** During Beta, the Teamcenter Connector SSO flow opens a popupwindow. This can be automated to require zero additional clicks after the user is already authenticated with TcSS.
224
+
***Authentication pop-up:** During Beta, the Teamcenter Connector SSO flow opens a pop-upwindow. This can be automated to require zero additional clicks after the user is already authenticated with TcSS.
225
225
***Optional parameters fallback:** If an optional startup parameter is omitted, the embedded client shows the fallback page rather than using the parameter's default value. This is a known issue with the embedded client. See [Embedding the Client](/refguide/mendix-client/embedding-the-client/).
0 commit comments