Skip to content

Commit 49b83da

Browse files
committed
Proofread end-user and typos
1 parent 717e39f commit 49b83da

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

content/en/docs/appstore/modules/mendix-feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can configure the module for certain actions in your app. All the configurat
5656

5757
* **Project** tab
5858
* **Submit successful image url** – changes the image to show on the last successfully submitted page
59-
* **Allow screenshots** – controls whether the end user can take a screenshot or not
59+
* **Allow screenshots** – controls whether the end-user can take a screenshot or not
6060
* **Advanced** tab
6161
* **App ID** – the unique identifier of your app, which you can find in your app’s [General Settings](/developerportal/collaborate/general-settings/) in the Developer Portal
6262

content/en/docs/appstore/modules/oidc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ You may have to add the *Anonymous* user role if it does not exist already.
164164

165165
### 4.2 Allowing Anonymous Users
166166

167-
The OIDC module supports multiple OIDC/OAuth-compatible IdPs. To allow your end users to choose from a number of different IdPs, or to have the option to log back into the app after they have logged out, you will need to give them access to the app before they have signed in to the app. Therefore, you need to give anonymous users access to your app.
167+
The OIDC module supports multiple OIDC/OAuth-compatible IdPs. To allow your end-users to choose from a number of different IdPs, or to have the option to log back into the app after they have logged out, you will need to give them access to the app before they have signed in to the app. Therefore, you need to give anonymous users access to your app.
168168

169169
In the **Anonymous** tab of the app security settings, do the following:
170170

@@ -177,7 +177,7 @@ In the **Anonymous** tab of the app security settings, do the following:
177177

178178
The OIDC SSO module works without a specified sign-in page. Therefore, in the navigation section of your app, set **Sign-in page** (in the **Authentication** section) to *(none)*.
179179

180-
To allow your end users to choose from a number of different IdPs, or to have the option to log back into the app after they have logged out, set a **Role-based home page** for role **Anonymous** to **OIDC.Login_Web_Button**. See [Role-Based Home Pages](/refguide/navigation/#role-based) in *Navigation* for more information.
180+
To allow your end-users to choose from a number of different IdPs, or to have the option to log back into the app after they have logged out, set a **Role-based home page** for role **Anonymous** to **OIDC.Login_Web_Button**. See [Role-Based Home Pages](/refguide/navigation/#role-based) in *Navigation* for more information.
181181

182182
In addition, administrators will need to have access to configure OIDC and also manage end-users. You can do this by including the pages `Administration.Account_Overview` and `OIDC.OIDC_Client_Overview` into the app navigation, or a separate administration page.
183183

content/en/docs/appstore/modules/saml.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For encryption of SAML messages the following options are supported:
5353

5454
For easy configurability, the SAML module offers the following:
5555

56-
* a SAML administration screen that allows you to configure one or multiple SAML IdP’s. IdP discovery is supported by an endpoint that returns a page listing all configured IdPs so the end user can select the IdP where they have an account.
56+
* a SAML administration screen that allows you to configure one or multiple SAML IdP’s. IdP discovery is supported by an endpoint that returns a page listing all configured IdPs so the end-user can select the IdP where they have an account.
5757
* various options as per the SAML 2.0 specification and as indicated on this page
5858

5959
#### 1.2.2 Other Features
@@ -371,7 +371,7 @@ By default, the module does not allow for unsolicited requests. That means that
371371

372372
#### 4.3.2 Enable Force Authentication
373373

374-
Checking this box will force the SAML IdP to (re)authenticate end-users, even if they are already signed in at the SAML IdP. Only check this box if stronger security for your app is more important than the convenience of having single sign-on for your end users.
374+
Checking this box will force the SAML IdP to (re)authenticate end-users, even if they are already signed in at the SAML IdP. Only check this box if stronger security for your app is more important than the convenience of having single sign-on for your end-users.
375375

376376
#### 4.3.3 Enable Mobile Authentication Token
377377

@@ -401,7 +401,7 @@ In-session authentication at the SAML IdP is only available in the following ver
401401
* v3.3.0/v3.3.1 and above for Mendix version 9
402402
* v2.3.0 and above for Mendix version 8
403403

404-
Usage of the in-session authentication changes the user roles that apply to the current session. If your app is configured with multiple IDP configurations, the in-session authentication will use the same SAML IDP as the initial (non-anonymous) session. If there is no current session, the end user can select their IDP. In-session authentication uses the setting `ForceAuthn=true`, which means that the IdP will always authenticate an end user even if the IdP already has a session for that end user.
404+
Usage of the in-session authentication changes the user roles that apply to the current session. If your app is configured with multiple IDP configurations, the in-session authentication will use the same SAML IDP as the initial (non-anonymous) session. If there is no current session, the end-user can select their IDP. In-session authentication uses the setting `ForceAuthn=true`, which means that the IdP will always authenticate an end-user even if the IdP already has a session for that end-user.
405405

406406
This flow can be initiated by using the URL `https://{app-url}/sso/login?action=verify`
407407

@@ -487,7 +487,7 @@ If you need to change your identity provider metadata you can find more informat
487487

488488
In the **Attribute Consuming Service** tab, you can configure your app using the SAML protocol to request specific attributes, such as Date of Birth or Gender, from the SAML IdP. Your SAML IdP documentation will tell you what attributes can be requested. In the request you can also indicate whether you consider the attribute as mandatory or optional for your app’s logic.
489489

490-
You can set up two sets of attributes, by adding new attributes, editing existing attributes, or removing selected attributes. These will be provided at different times. Those listed under **I want to request attribute(s) at my IDP during initial login** will be returned when the end user initially signs in. Those listed under **I want to request attribute(s) at my IDP during in-session login** will be returned during [In-session Authentication](#in-session).
490+
You can set up two sets of attributes, by adding new attributes, editing existing attributes, or removing selected attributes. These will be provided at different times. Those listed under **I want to request attribute(s) at my IDP during initial login** will be returned when the end-user initially signs in. Those listed under **I want to request attribute(s) at my IDP during in-session login** will be returned during [In-session Authentication](#in-session).
491491
Although the typical use case for requesting attributes is to obtain information about the user, you can request an attribute with a specific value. In this case, you can configure the optional **Attribute value that must be returned**.
492492

493493
Requesting user attributes at the SAML IdP is only available in the following versions of the module (depending on which Mendix version you are using)
@@ -574,12 +574,12 @@ The following diagram gives an overview of all endpoints that the SAML SSO modul
574574

575575
{{< figure src="/attachments/appstore/modules/saml/saml-endpoints.png">}}
576576

577-
End users can access your app through the following endpoints when using the SAML SSO module:
577+
End-users can access your app through the following endpoints when using the SAML SSO module:
578578

579579
* **/SSO/discovery** – If there are multiple active IdP configurations and discovery is enabled, this page can give a list of all the IdP configuration. It also allows the user to click the correct URL to sign in.
580580
* **/SSO/login/[IdP Alias]** or **/SSO/login?_idp_id=[IdP_Alias]&action=verify&on={contextname}** – For logging using a specific IdP, you have to open either of these two URLs and pass the IdP alias as a parameter in the URL.
581581
The (optional) parameters for this end point are as follows:
582-
* **idp_id** – this indicates which idp will be used to sign the end user in if you connect your app using multiple SAML IdPs
582+
* **idp_id** – this indicates which idp will be used to sign the end-user in if you connect your app using multiple SAML IdPs
583583
* **action=verify** – indicates that in-session authentication is being requested (see [In-session Authentication](#in-session) for more information)
584584
* **on={contextname}** – this gives context to the initiation of in-session authentication, (see [In-session Authentication](#in-session) for more information)
585585
* **/SSO/login/SSO/** or **/SSO/login/SSO?action=verify&on={contextname}** – If you have only one active IdP, opening these URLs will automatically try to log you in using the active IdP. In the case of multiple active IdPs and discovery enabled, the user will be redirected to the discovery page. If discovery is not allowed, the user will receive an error message. The optional parameters work as described above.

content/en/docs/developerportal/collaborate/general-settings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Only users with the **App Settings** permission can change the description of th
5757

5858
On the **Access Management** tab, you can manage and invite app users. App users are end-users who can access the deployed app on specific environments. They can use and test your deployed app, and provide feedback.
5959

60-
To manage users or invite users for an app deployed on a specific environment, click **Mange Users** or **Invite Users** for that environment. For more information, see the [Mange Users](#manage-users) and [Invite Users](#invite-users) section below.
60+
To manage users or invite users for an app deployed on a specific environment, click **Mange Users** or **Invite Users** for that environment. For more information, see the [Manage Users](#manage-users) and [Invite Users](#invite-users) section below.
6161

6262
{{% alert color="info" %}}
6363
You can also manage app users from Studio, by clicking **Manage Users** on the **Settings > Roles and Permissions** page within Studio.

content/en/docs/developerportal/deploy/mendix-cloud-deploy/mendix-sso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ To enable Mendix SSO in your app, follow these steps:
164164
2. Go to the **theme/web** folder (for Mendix versions below 9.0.0 this will be the **theme** folder).
165165
3. Rename *login.html* to *login-without-sso.html*.
166166
4. Rename *login-with-mendixsso-button.html* or *login-with-mendixsso-automatically.html* to *login.html*. The differences between two versions of the file which you can use to replace `login.html` are as follows:
167-
* `login-with-mendixsso-button.html` – adds a button to the standard sign in page which the end user can click to initiate the single sign-on process — this gives the end user the possibility to sign in using a user name and password if desired
167+
* `login-with-mendixsso-button.html` – adds a button to the standard sign in page which the end-user can click to initiate the single sign-on process — this gives the end-user the possibility to sign in using a user name and password if desired
168168
* `login-with-mendixsso-automatically.html` – automatically initiates the single sign-on process without needing to click a button
169169

170170
Your app is now configured to use Mendix Single Sign-on when it is deployed to the Cloud.

content/en/docs/partners/sap/sap-destination-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ You should catch any exceptions when using the **Get Destination** to access the
172172

173173
{{< figure src="/attachments/partners/sap/sap-destination-service/get-destination-error-flow.png" >}}
174174

175-
If your access token has expired, you will get a return code of **401**. The access token cannot be refreshed automatically and the end user will be signed out and will need to sign in again to get a new token.
175+
If your access token has expired, you will get a return code of **401**. The access token cannot be refreshed automatically and the end-user will be signed out and will need to sign in again to get a new token.
176176

177177
If the **Get Destination** action returns a different error, or signing in again does not solve the issue, then continue testing for other possible causes.
178178

content/en/docs/partners/siemens/mindsphere/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The MindSphere IIoT for Makers is easy to add to your app but has the following
2727

2828
* You cannot make your app multi-tenant – see [Multi-tenancy](/partners/siemens/mindsphere-development-considerations/#multitenancy) in *MindSphere Development Considerations* for more information on multi-tenancy
2929
* Your app cannot be deployed to the MindSphere platform and cannot leverage the MindSphere Application Lifecycle including the deployment to third parties
30-
* End users cannot use MindSphere credentials to sign in to your app, you must handle app security within your app
30+
* End-users cannot use MindSphere credentials to sign in to your app, you must handle app security within your app
3131
* It is not possible to use Sub- / Cross Tenancy
3232

3333
For full information on using the MindSphere IIoT for Makers see [MindSphere IIoT for Makers](/partners/siemens/mindsphere-app-service/).

content/en/docs/partners/siemens/mindsphere/mindsphere-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MindSphere IIoT for Makers is easy to add to your app but has the following limi
2929

3030
* You cannot make your app multi-tenant – see [Multi-tenancy](/partners/siemens/mindsphere-development-considerations/#multitenancy) in *MindSphere Development Considerations* for more information on multi-tenancy
3131
* Your app cannot be deployed to the MindSphere platform and cannot be added to the MindSphere Developer Cockpit
32-
* End users cannot use MindSphere credentials to sign in to your app, so MindSphere does not know anything about individual app end users — you must design your app to handle any required security for each end user
32+
* End-users cannot use MindSphere credentials to sign in to your app, so MindSphere does not know anything about individual app end-users — you must design your app to handle any required security for each end-user
3333

3434
MindSphere IIoT for Makers can be used in any Mendix app, for example an app which is based on the Mendix **Blank App**. However, it is not suitable for apps which are designed to be deployed to MindSphere, such as the **Siemens MindSphere Starter Application**, the **Siemens MindSphere Pump Asset Example**, or an app which is using the **Siemens MindSphere SSO** module.
3535

0 commit comments

Comments
 (0)