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/appstore/connectors/sap/use-sap-model-creator.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
@@ -72,7 +72,7 @@ Before starting this how-to, make sure you have completed the following prerequi
72
72
* Obtain authentication credentials, if needed, for the SAP Catalog Service or SAP back-end system you wish to use
73
73
74
74
{{% alert color="warning" %}}
75
-
The Model Creator for SAP Integrations will produce a module which is in Mendix version 8.18.10. To use the module you will have to create your app in, or upgrade your app to, Mendix version 8.18.10 or above.
75
+
The Model Creator for SAP Integrations will produce a module which is in Mendix 8.18.10. To use the module you will have to create your app in, or upgrade your app to, Mendix 8.18.10 or above.
Copy file name to clipboardExpand all lines: content/en/docs/appstore/modules/forgot-password.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
@@ -14,9 +14,9 @@ The [Forgot Password](https://marketplace.mendix.com/link/component/1296/) modul
14
14
This module allows the end-user to enter their email address, and an email will be sent with a confirmation link. The end-user then opens the link and gets the option to reset their password in both scenarios (Sign up and Forgot password). In the sign up case, the end-user will also be asked to provide their name. For version 5.3.0 of the module and above, you can specify different templates to be sent, depending on the language in which the end-user is seeing the app.
15
15
16
16
{{% alert color="info" %}}
17
-
Versions of the Forgot Password module below 4.1.0 (Mendix version 8) and 5.1.0 (Mendix version 9 and above) have a dependency on the deprecated [Email Module with Templates](https://marketplace.mendix.com/link/component/259/) module. We recommend that you upgrade to a later version using the instructions in [Migrate from Email Module with Templates to Email Connector](#migrate-email), below.
17
+
Versions of the Forgot Password module below 4.1.0 (Mendix 8) and 5.1.0 (Mendix 9 and above) have a dependency on the deprecated [Email Module with Templates](https://marketplace.mendix.com/link/component/259/) module. We recommend that you upgrade to a later version using the instructions in [Migrate from Email Module with Templates to Email Connector](#migrate-email), below.
18
18
19
-
There is no alternative version for use with Mendix version 7.
19
+
There is no alternative version for use with Mendix 7.
20
20
{{% /alert %}}
21
21
22
22
There are three versions of the Forgot Password module, depending on whether you are using Mendix Studio Pro version 7, 8, or 9 and above — see the table, below. These all work in the same way, and require the same dependencies specified below.
@@ -29,7 +29,7 @@ There are three versions of the Forgot Password module, depending on whether you
29
29
30
30
¹ If you are using Mendix version 9.20.0 or above, you must use version 5.1.0 or above of the Forgot Password module.
31
31
32
-
If you already use the Forgot Password module in your Mendix version 8 app, you can find instructions on how to upgrade in [Upgrading from Mendix Version 8 to Mendix Version 9](#upgrade8-9), at the end of this page.
32
+
If you already use the Forgot Password module in your Mendix 8 app, you can find instructions on how to upgrade in [Upgrading from Mendix 8 to Mendix 9](#upgrade8-9), at the end of this page.
33
33
34
34
### 1.1 Dependencies {#dependencies}
35
35
@@ -40,7 +40,7 @@ The Forgot Password module has the following dependencies:
40
40
*[Encryption](/appstore/modules/encryption/)
41
41
*[Mx Model Reflection](/appstore/modules/model-reflection/)
42
42
43
-
² Versions of the Forgot Password module below 4.1.0 (Mendix version 8) and 5.1.0 (Mendix version 9 and above), and those for Mendix version 7 (3.xx) have a dependency on the deprecated [Email Module with Templates](https://marketplace.mendix.com/link/component/259/) module. We recommend that if you are using Mendix versions 8 and above, you upgrade to a later version using the instructions in [Migrate from Email Module with Templates to Email Connector](#migrate-email), below.
43
+
² Versions of the Forgot Password module below 4.1.0 (Mendix 8) and 5.1.0 (Mendix version 9 and above), and those for Mendix 7 (3.xx) have a dependency on the deprecated [Email Module with Templates](https://marketplace.mendix.com/link/component/259/) module. We recommend that if you are using Mendix versions 8 and above, you upgrade to a later version using the instructions in [Migrate from Email Module with Templates to Email Connector](#migrate-email), below.
44
44
45
45
## 2 Installing the Forgot Password Module{#installing}
46
46
@@ -85,7 +85,7 @@ In these instructions, it is assumed that your main module is `MyFirstModule`. I
85
85
*`System.User`
86
86
*`MyFirstModule.User`
87
87
88
-
³ `Email_Connector` permissions are needed if you are using version 4.1.0 or above (Mendix version 8) or version 5.1.0 or above (Mendix version 9 and above). `EmailTemplate` permissions are only needed if using a version which uses the deprecated Email Module with Templates module.
88
+
³ `Email_Connector` permissions are needed if you are using version 4.1.0 or above (Mendix 8) or version 5.1.0 or above (Mendix version 9 and above). `EmailTemplate` permissions are only needed if using a version which uses the deprecated Email Module with Templates module.
89
89
90
90
* In the **Anonymous users** tab, set **Allow Anonymous users** to *Yes*
91
91
1. Open [Navigation](/refguide/navigation/) and do the following:
@@ -129,11 +129,11 @@ To disable the signup functionality and use the Forgot Password module only for
## 4 Upgrading from Mendix Version 8 to Mendix Version 9 {#upgrade8-9}
132
+
## 4 Upgrading from Mendix 8 to Mendix 9 {#upgrade8-9}
133
133
134
134
To convert from Mendix 8.18.x to Mendix 9.12.5 or above, follow the steps below from within Studio Pro:
135
135
136
-
1. Upgrade all the [dependencies](#dependencies) of the Forgot Password module to the latest version compatible with Mendix version 8.
136
+
1. Upgrade all the [dependencies](#dependencies) of the Forgot Password module to the latest version compatible with Mendix 8.
137
137
1. Open your app in Mendix 9.12.5 or above and allow it to be upgraded.
138
138
1. Import the [Forgot Password](https://marketplace.mendix.com/link/component/1296/) module into your app.
139
139
@@ -147,17 +147,17 @@ You have now successfully upgraded the Forgot Password Module to work with Mendi
147
147
148
148
## 5 Migrating from Email Module with Templates to Email Connector{#migrate-email}
149
149
150
-
Versions 4.1.0 (Mendix version 8) and 5.1.0 (Mendix version 9 and above) and above of the Forgot Password module use the [Email Connector](/appstore/connectors/email-connector/) module rather than the deprecated [Email Module with Templates](https://marketplace.mendix.com/link/component/259/) module. There is a community-supported [Email Connector Migration Utility](https://marketplace.mendix.com/link/component/205008) to help with your upgrade to these versions.
150
+
Versions 4.1.0 (Mendix 8) and 5.1.0 (Mendix version 9 and above) and above of the Forgot Password module use the [Email Connector](/appstore/connectors/email-connector/) module rather than the deprecated [Email Module with Templates](https://marketplace.mendix.com/link/component/259/) module. There is a community-supported [Email Connector Migration Utility](https://marketplace.mendix.com/link/component/205008) to help with your upgrade to these versions.
151
151
152
152
{{% alert color="warning" %}}
153
153
Use these instructions before you upgrade the Forgot Password module. The point at which you should get the new version is included in the steps below.
154
154
{{% /alert %}}
155
155
156
156
### 5.1 Dependencies
157
157
158
-
* An app using Mendix version 8 or above.
158
+
* An app using Mendix 8 or above.
159
159
160
-
The Forgot Password module versions compatible with Mendix version 7 (3.xx) continue to use the Email Module with Templates module as the Email Connector module is not compatible with Mendix version 7.
160
+
The Forgot Password module versions compatible with Mendix 7 (3.xx) continue to use the Email Module with Templates module as the Email Connector module is not compatible with Mendix 7.
161
161
* The email templates must be set up as follows:
162
162
163
163
* The reset password template must contain *_Reset* in the template name
@@ -192,7 +192,7 @@ Follow the [Migration Steps](https://github.com/mendixlabs/EmailConnectorMigrati
192
192
193
193
#### 5.2.4 Actions After the Migration
194
194
195
-
1. Import the latest version of the Forgot Password module (v4.1.0 or above for Mendix version 8, or v5.1.0 or above for Mendix version 9 and above). This will have the Email Connector module as a dependency.
195
+
1. Import the latest version of the Forgot Password module (v4.1.0 or above for Mendix 8, or v5.1.0 or above for Mendix version 9 and above). This will have the Email Connector module as a dependency.
196
196
1. Delete the Email Module with Templates module.
197
197
1. Delete the Email Connector Migration Utility module.
198
198
1. Remove the Administrator user roles for EmailTemplate and MigrationUtility.
Copy file name to clipboardExpand all lines: content/en/docs/appstore/modules/oidc-provider.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
@@ -405,7 +405,7 @@ In versions of OIDC Provider below 1.1.0, the following values are not included
405
405
### 6.1 Infinite Loop of Redirects
406
406
407
407
The OIDC provider module sets a cookie as a means to persist the session in the user’s browser. If the cookie is not properly set, this may lead to problems. For example, when the OIDC Provider module is used to build an IAM Broker, no session is established and the broker may initiate a new session at the upstream IdP, which results in an ‘infinite loop’ of redirects via the user’s browser.
408
-
To ensure the cookie is properly set, the runtime setting com.mendix.core.SameSiteCookies must have value None. See [Environment Details](/developerportal/deploy/environments-details/#samesite) for more information how to set the correct value for SameSite runtime setting. Note that the default value for this setting changed in [Mendix version 8.11](/releasenotes/studio-pro/8.11/).
408
+
To ensure the cookie is properly set, the runtime setting com.mendix.core.SameSiteCookies must have value None. See [Environment Details](/developerportal/deploy/environments-details/#samesite) for more information how to set the correct value for SameSite runtime setting. Note that the default value for this setting changed in [Mendix 8.11](/releasenotes/studio-pro/8.11/).
Copy file name to clipboardExpand all lines: content/en/docs/appstore/modules/oidc.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
@@ -128,7 +128,7 @@ Once the Mx Model Reflection module has been imported into your app, you need to
128
128
129
129
If you already have the [OpenIDConnect Single Sign-on (OIDC, OAuth2, SSO)](https://marketplace.mendix.com/link/component/117529) (community edition) in your module, you can migrate to this, platform supported, version by following the instruction below.
130
130
131
-
#### 3.2.1 Upgrading from Mendix Version 8 to Mendix Version 9
131
+
#### 3.2.1 Upgrading from Mendix 8 to Mendix 9
132
132
133
133
To migrate from Mendix 8.18.x to Mendix 9.8.1 or above, follow the steps below:
Copy file name to clipboardExpand all lines: content/en/docs/appstore/modules/saml.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
@@ -36,7 +36,7 @@ The SAML SSO module supports the following [SAML 2.0](https://docs.oasis-open.or
36
36
* Web browser SSO profile using one of the following bindings
37
37
* HTTP redirect,
38
38
* HTTP POST bindings
39
-
* Artifact binding for SAML responses (Mendix version 8 and above)
39
+
* Artifact binding for SAML responses (Mendix 8 and above)
40
40
* Single Logout profile
41
41
42
42
The Mendix SAML SSO supports usage of SAML metadata in the following way:
@@ -114,7 +114,7 @@ There are different versions of the SAML module, depending on which version of M
114
114
1. In Mendix Marketplace, search for the [SAML module](https://marketplace.mendix.com/link/component/1174/).
115
115
2. In the **Documentation** tab, the *compatibility guidance* section indicates the latest recommended version for your LTS/MTS Mendix release. These guidelines are updated with each release of the SAML module, and you should refer to them to choose the version of the module that is compatible with your app. For additional information, some general considerations are listed below:
116
116
117
-
* For Mendix version 7 and version 8, you should use the latest published versions in the **1.x** and **2.x** range, respectively, unless otherwise indicated in the **Documentation** tab.
117
+
* For Mendix 7 and 8, you should use the latest published versions in the **1.x** and **2.x** range, respectively, unless otherwise indicated in the **Documentation** tab.
118
118
* For Mendix version 9, there are odd- and even-numbered patch releases that contain the same changes and require the same Mendix version, but differ based on the version of Atlas UI that your app uses:
119
119
120
120
* The even-numbered releases (for example, 3.6.2) are intended for apps that use the 2.0 version of Atlas UI, that is, apps which were originally built on a version of Mendix below 9.0.0, and then upgraded to Mendix version 9.
@@ -236,7 +236,7 @@ The following settings control user provisioning:
236
236
* **Uses InCommon Federation Standard** – IdPs that use the InCommon standard often do not specify the assertion attributes. When following the InCommon standard, a fixed set of assertion attributes will be available to choose from later.
237
237
* **Identifying Assertion** (aka "Principal Key") – Specifies which of the assertion attributes identifies the user name.
238
238
239
-
{{% alert color="info" %}}In Mendix version 7, all user names passing through the SAML module are converted to lower-case before login and creation. We strongly advise you to convert all existing and new user names to lower-case as well.{{% /alert %}}
239
+
{{% alert color="info" %}}In Mendix 7, all user names passing through the SAML module are converted to lower-case before login and creation. We strongly advise you to convert all existing and new user names to lower-case as well.{{% /alert %}}
240
240
241
241
* **User Entity** – The Mendix entity in which you will store and look up the user account. Most often something like `Administration.Account`.
242
242
* **Attribute On** – Determines the attribute on which you want to do the lookup. This attribute will be compared against the passed **Identifying Assertion** (see above).
@@ -253,8 +253,8 @@ The following settings control user provisioning:
253
253
These settings are only available in the following versions of the module (depending on which Mendix version you are using)
254
254
255
255
* v3.1.8/v3.1.9 and above for Mendix versions 9 and 10
256
-
* v2.2.0 and above for Mendix version 8
257
-
* v1.16.4 and above for Mendix version 7
256
+
* v2.2.0 and above for Mendix 8
257
+
* v1.16.4 and above for Mendix 7
258
258
{{% /alert %}}
259
259
260
260
* **Use custom logic for user provisioning** and **Use custom after sign-in logic**
@@ -322,7 +322,7 @@ You also need to define where the user account will be stored within your app. P
322
322
* **User Entity** – The Mendix entity in which you will store and look up the user account. Most often something like `Administration.Account`.
323
323
* **Attribute On** – Determines the attribute on which you want to do the lookup. This attribute will be compared against the passed **Identifying Assertion** (see above).
324
324
325
-
In Mendix version 7, all user names passing through the SAML module are converted to lower-case before login and creation. We strongly advise you to convert all existing and new user names to lower-case as well.
325
+
In Mendix 7, all user names passing through the SAML module are converted to lower-case before login and creation. We strongly advise you to convert all existing and new user names to lower-case as well.
326
326
327
327
### 4.2 Provisioning
328
328
@@ -351,8 +351,8 @@ See [Custom Behavior](#customuserprovisioning), below, for more information.
351
351
These settings are only available in the following versions of the module (depending on which Mendix version you are using)
352
352
353
353
* v3.1.8/v3.1.9 and above for Mendix versions 9 and 10
354
-
* v2.2.0 and above for Mendix version 8
355
-
* v1.16.4 and above for Mendix version 7
354
+
* v2.2.0 and above for Mendix 8
355
+
* v1.16.4 and above for Mendix 7
356
356
357
357
#### 4.2.4 Just in Time Provisioning
358
358
@@ -396,7 +396,7 @@ In-session authentication is a process that takes place within a session that wa
396
396
In-session authentication at the SAML IdP is only available in the following versions of the module (depending on which Mendix version you are using)
397
397
398
398
* v3.3.0/v3.3.1 and above for Mendix versions 9 and 10
399
-
* v2.3.0 and above for Mendix version 8
399
+
* v2.3.0 and above for Mendix 8
400
400
401
401
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.
402
402
@@ -454,7 +454,7 @@ To use artifact binding, select ARTIFACT_BINDING option for **Response protocol
454
454
Using artifact binding for SAML responses at the SAML IdP is only available in the following versions of the module (depending on which Mendix version you are using)
455
455
456
456
* v3.3.0/v3.3.1 and above for Mendix versions 9 and 10
457
-
* v2.3.0 and above for Mendix version 8
457
+
* v2.3.0 and above for Mendix 8
458
458
459
459
#### 4.4.2 Use AssertionConsumerService Concept
460
460
@@ -490,7 +490,7 @@ Although the typical use case for requesting attributes is to obtain information
490
490
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)
491
491
492
492
* v3.3.0/v3.3.1 and above for Mendix versions 9 and 10
Copy file name to clipboardExpand all lines: content/en/docs/appstore/partner-solutions/apd/release-notes/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
@@ -233,7 +233,7 @@ This release is identical to 1.11.1, but it is for Mendix 7.0.2 and above.
233
233
### Other Fixes
234
234
235
235
* When defining a **Create trap message** action in the trigger configuration, the trap was not created and linked to the triggered event. Both issues are fixed.
236
-
* If the log tool is used, there is now protection in place to configure the 1.11**Max messages to store**. By default, this is set to 100,000 records. This protection is in place to protect from overloading the database with records. **Fallback level** protection is now also in place. When the log tool notices issues like too much data is being processed, the **Fallback level** will set the logging to **INFO** for all log levels. In exceptional cases, the application generates too much INFO logging, which consumes heap memory and eventually causes the application to run out of memory. In this release, this behaviour still consumes heap memory, but there is a fix in place to prevent the application from running out of heap memory. The following fix in Mendix version 7.7.1 is also needed: We improved the memory management of persistable entities that have been committed to the persistent storage.
236
+
* If the log tool is used, there is now protection in place to configure the 1.11**Max messages to store**. By default, this is set to 100,000 records. This protection is in place to protect from overloading the database with records. **Fallback level** protection is now also in place. When the log tool notices issues like too much data is being processed, the **Fallback level** will set the logging to **INFO** for all log levels. In exceptional cases, the application generates too much INFO logging, which consumes heap memory and eventually causes the application to run out of memory. In this release, this behaviour still consumes heap memory, but there is a fix in place to prevent the application from running out of heap memory. The following fix in Mendix 7.7.1 is also needed: We improved the memory management of persistable entities that have been committed to the persistent storage.
0 commit comments