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/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Teamcenter Extension is not compatible with Studio Pro versions between 10.8 and
56
56
{{% /alert %}}
57
57
58
58
{{% alert color="info" %}}
59
-
If you use Teamcenter Extension V 1.0.0 with Teamcenter Connector V 3.6.1 or below and want to upgrade to Teamcenter Extension V 3.0.0 and Teamcenter Connector V 2406.3.0, see the [Upgrading Teamcenter Extension V 1.0.0 to V 3.0.0](#upgrade) section.
59
+
If you use Teamcenter Extension V 1.0.0 with Teamcenter Connector V 3.6.1 or below and want to upgrade to Teamcenter Extension V 3.0.0 and Teamcenter Connector V 2406.3.0, refer to the [Upgrading Teamcenter Extension V 1.0.0 to V 3.0.0](/appstore/modules/siemens-plm/teamcenter-extension/upgrading-teamcenter-extension/#upgrade) section in *Upgrading Teamcenter Extension*.
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/creating-an-integration.md
+36-3Lines changed: 36 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ weight: 1
10
10
To open Teamcenter Extension in Studio Pro, go to **Extensions** > **Teamcenter Extension** > **Teamcenter Extension**. If you use Studio Pro versions 10.7 or lower, Teamcenter Extension is available under **View** > **Teamcenter Extension**.
11
11
12
12
{{% alert color="info" %}}
13
-
For details on the version dependencies between Studio Pro and Teamcenter Extension, see the [Dependencies](#dependencies) section.
13
+
For details on the version dependencies between Studio Pro and Teamcenter Extension, refer to the [Dependencies](/appstore/modules/siemens-plm/teamcenter-extension/#dependencies) section in *Teamcenter Extension*.
14
14
{{% /alert %}}
15
15
16
16
The landing page has with three tabs: **Menu**, **History**, and **Settings**.
@@ -31,8 +31,8 @@ The tab indicates whether you currently have an active Teamcenter session, or wh
31
31
32
32
There are two buttons:
33
33
34
-
***Edit** – allows you to change the settings
35
-
***Sign in** – signs you in to Teamcenter if **Authentication** is set to *Credentials* (see [Signin Configuration](#signin-configuration), below)
34
+
***Edit** – Allows you to change the settings.
35
+
***Sign in** – Signs you in to Teamcenter if **Authentication** is set to *Credentials*. For details, refer to [Signin Configuration](#signin-configuration).
36
36
37
37
#### Editing Settings {#editing-settings}
38
38
@@ -49,6 +49,39 @@ While building your app and using Teamcenter Extension you need to provide the d
49
49
***TC URL** – The URL to which calls will be made to sign in and retrieve data. Teamcenter Extension supports both HTTP and HTTPS connections.
50
50
***Certificate Path** – The path to certificates that have .crt and .pfx file extensions. The path should be relative to the app directory.
Set **Authentication** to one of the following methods:
55
+
56
+
***Credentials** – Select this if your Teamcenter instance supports logging in using provided credentials. You will be prompted for your Teamcenter credentials when you click the **Sign in** button on the **Settings** tab. This method prevents sharing of credentials among developers through versioning.
57
+
***Teamcenter SSO** – Allows you to use SSO if your Teamcenter instance is configured to use it. You can get these settings from your Teamcenter administrator.
***SSO Login Server URL** – the endpoint where your authentication request is sent. It acts as the main entry point for users trying to log in using SSO. This URL is typically associated with the Identity Provider (IdP) and is responsible for handling login requests and directing users through the authentication process
64
+
***SSO Identity Server URL** – the URL of the Identity Server where the Teamcenter Extension application should be registered
65
+
***Teamcenter Application ID** – the existing Teamcenter Application ID obtained from the Teamcenter Security Services Identity Service configuration.
66
+
***Studio Pro Application ID** – the registered ID of the Teamcenter Extension at the Identity Server.
67
+
***Callback Port**: The port of the callback URL. For the registration, the callback URL should be set to http://localhost:[PortNumber]/, for example, http://localhost:12345/.
68
+
69
+
{{% alert color="info" %}}Although these settings generally align with those required to log in using SSO with the Teamcenter Connector in your Mendix application, the last two settings depend on the application registration with your Identity Server. Mendix recommends having a separate registration for the Teamcenter Extension on your Identity Server, distinct from your Mendix application’s registration. If you do not do this, conflicts might arise if your Mendix application is running.{{% /alert %}}
70
+
71
+
***Teamcenter X SSO** – Allows you to use the SSO credentials of your Teamcenter X instance.
Please work with your Siemens CApS representative to fill out the following:
76
+
77
+
***TcX Client ID**
78
+
***SAM Auth Base URL**
79
+
***SAM Auth Client ID**
80
+
***SAM Auth Client Secret**
81
+
***Token Exchange Client ID**
82
+
***Token Exchange Client Secret**
83
+
***Callback URL**
84
+
52
85
## Import Mapping {#import-mapping}
53
86
54
87
Clicking any one of the actions opens an empty [import mapping](/refguide/import-mappings/) page. Here you can define what data you want to retrieve from Teamcenter and how to handle this data in Mendix. Depending on the action, the import mapping page starts with one or multiple entities or objects to configure, one per business object that needs to be configured.
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/11-get-structure.md
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/_index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ description: "Overview with step by step guides for various integrations support
9
9
10
10
Follow these step-by-step guides for various integrations supported by the Teamcenter Extension:
0 commit comments