Skip to content

Commit 5dc068b

Browse files
committed
Fix typos and improve clarity in Mendix Inside Teamcenter documentation
1 parent 5d04939 commit 5dc068b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/refguide/runtime/mendix-client/mendix-inside-teamcenter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition, the following requirements must be met:
3333
* The browser allows cross-site cookies for the Mendix domain. This can be configured per-domain via organization policy (for example, using Intune).
3434
* There is bidirectional network connectivity between the user's browser and both the Mendix runtime and the Teamcenter server.
3535

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).
3737

3838
## Setting Up the Mendix App
3939

@@ -156,7 +156,7 @@ If Teamcenter returns `HTTP 401 Unauthorized` with a JWT signature error after r
156156

157157
## Configuring Authentication {#authentication}
158158

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.
160160

161161
{{% alert color="info" %}}
162162
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.
200200

201201
5. Optionally, use JavaScript to trigger the authentication automatically.
202202

203-
{{% alert color="warning" %}}Browsers may block the popup if it is not triggered directly by a user action.{{% /alert %}}
203+
{{% alert color="warning" %}}Browsers may block the pop-up window if it is not triggered directly by a user action.{{% /alert %}}
204204

205205
## Passing Context from Teamcenter {#passing-context}
206206

@@ -221,7 +221,7 @@ For the full `render()` API, see [Embedding the Client](/refguide/mendix-client/
221221
## Known Limitations (Beta)
222222

223223
* **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. Configure this per-domain via organization policy (for example, Intune).
224-
* **Authentication popup:** During Beta, the Teamcenter Connector SSO flow opens a popup window. 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-up window. This can be automated to require zero additional clicks after the user is already authenticated with TcSS.
225225
* **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/).
226226
227227
## Read More

0 commit comments

Comments
 (0)