Skip to content

Commit 92427e4

Browse files
committed
Proofreading changes from Feddo
1 parent 231bdc0 commit 92427e4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/developerportal/deploy/deploying-to-mindsphere.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This is the recommended approach if you are building a new application, as it wi
6363
If you have an existing app which was not based on the MindSphere starter app, you can import the required customization. There are three modules which you need are:
6464

6565
* MindSphere SSO from the Mendix App Store here: [Siemens MindSphere SSO](https://appstore.home.mendix.com/link/app/108805/).
66-
* MindSphere OS Bar Connector (MindSphere_UI_Resources) from the Mendix App Store here: [Siemens MindSphere OS Bar Connector](https://appstore.home.mendix.com/link/app/108804/).
66+
* MindSphere OS Bar Connector from the Mendix App Store here: [Siemens MindSphere OS Bar Connector](https://appstore.home.mendix.com/link/app/108804/).
6767
* MindSphere Theme Pack (MindSphere_UI_Resources) from the Mendix App Store here: [Siemens MindSphere Theme Pack](https://appstore.home.mendix.com/link/app/108803/).
6868

6969
### 2.2 Single Sign-On (MindSphereSingleSignOn){#mssso}
@@ -98,15 +98,15 @@ This is the base URL for all requests to MindSphere APIs. For example, the URL f
9898

9999
This is the URL where the public key can be found to enable token validation during the login process. For example, the URL for MindSphere on AWS PROD is `https://core.piam.eu1.mindsphere.io/token_keys`.
100100

101-
#### 2.2.2 Microflows
101+
#### 2.2.2 Microflows{#microflows}
102102

103103
The MindSphereSingleSignOn module also provides three microflows which are used to support SSO within MindSphere and allow the user’s **tenant** and **email** to be obtained for use within the app.
104104

105105
![Folder structure showing microflows in the MindSphereSingleSignOn module](attachments/deploying-to-mindsphere/image3.png)
106106

107107
**RegisterSingleSignOn**
108108

109-
This microflow must be added to the *Runtime* tab of the *Project > Settings* dialog, accessed through the *Project Explorer*. It needs to be selected as the *After startup* microflow or added as a sub-microflow to an existing after startup microflow.
109+
This microflow must be added as the *After startup* microflow or added as a sub-microflow to an existing after startup microflow. You can do this on the *Runtime* tab of the *Project > Settings* dialog, accessed through the *Project Explorer*.
110110

111111
![Project settings dialog](attachments/deploying-to-mindsphere/image4.png)
112112

content/howto/mindsphere/mindsphere-example-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: ["Siemens", "MindSphere", "Example", "Asset Management", "Time Series", "R
66

77
## 1 Introduction
88

9-
You can write Mendix apps which analyze data held in MindSphere, the open, cloud-based, IoT operating system from Siemens. To help you build your app, the [Siemens MindSphere Pump Asset Example](https://appstore.home.mendix.com/link/app/108810/) app is available in the Mendix App Store and can be used as the starting point for a new Mendix app.
9+
You can create Mendix apps which analyze data held in MindSphere, the open, cloud-based, IoT operating system from Siemens. To help you build your app, the [Siemens MindSphere Pump Asset Example](https://appstore.home.mendix.com/link/app/108810/) app is available in the Mendix App Store and can be used as the starting point for a new Mendix app.
1010

1111
This documentation provides more explanation of the MindSphere example app. Please note that this app is not production-ready. It is designed as an example of how you might begin to build a Mendix/MindSphere app.
1212

content/refguide/mindsphere/mindsphere-development-considerations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For a MindSphere app to be multi-tenant, each user can only see the data from a
7070

7171
### 3.1 Control through MindSphere APIs
7272

73-
The Authorization HTTP Header (see DS_MindSphereAccessToken in section 2.2.2, Microflows) which is passed for every MindSphere API call ensures that the user can only obtain data which is authorized to them via their tenant.
73+
The Authorization HTTP Header (see DS_MindSphereAccessToken in the [Microflows](/developerportal/deploy/deploying-to-mindsphere#microflows) section of *Siemens Mindsphere – deployment*) which is passed for every MindSphere API call ensures that the user can only obtain data which is authorized to them via their tenant.
7474

7575
### 3.2 Control within a Mendix app
7676

@@ -94,7 +94,7 @@ It is not necessary to put an access rule on every entity within the domain mode
9494

9595
To make your Mendix app multi-tenant, do the following:
9696

97-
1. Make all *permanent* entities which have a **TenantId** attribute a specialization of the MindSphereSingleSignOn.TenantObject entity.
97+
1. Make all *persistent* entities which have a **TenantId** attribute a specialization of the MindSphereSingleSignOn.TenantObject entity.
9898
This ensures that every object is associated with the Tenant object of the user who creates it.
9999
2. Every action on this object must have the following XPath constraint:
100100

0 commit comments

Comments
 (0)