Skip to content

Commit e7f4281

Browse files
committed
Added reference to IdP configuration
1 parent 568d320 commit e7f4281

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/SAML/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The Mendix SAML SSO supports the usage of SAML metadata in the following way:
7070

7171
For easy configuration, the SAML module offers the following:
7272

73-
* From version 4.0.0 of the SAML module, if you want to connect your Mendix application with a single IdP, you can do the necessary configurations at design time (using a microflow) and/or deploy time using Application Constants. This is described in the section [Non-default Configuration](#non-default).
73+
* From version 4.0.0 of the SAML module, if you want to connect your Mendix application with a single IdP, you can do the necessary configurations at design time (using a microflow) and/or deploy time using Application Constants. This is described in the section [Non-default Configuration](/appstore/modules/saml/installation-configuration/#non-default).
7474
* You can create a custom SAML configuration microflow and share it across all SAML applications in your portfolio, such as using a custom module in your private marketplace. This approach makes SAML configurations both automatable and repeatable.
7575
* Runtime configuration by a local Admin is still available in the following cases:
7676

content/en/docs/marketplace/platform-supported-content/modules/SAML/saml-installaion-configuration.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,7 @@ Before configuring any IdP, you need to configure the Service Provider (SP), whi
260260

261261
Each IdP should have its own configuration set. Every IdP can be configured and enabled separately. All changes made in the configuration are immediately applied when you save the configuration.
262262

263-
If you have multiple IdPs, please make sure each IdP has a unique **Entity descriptor**. If you add multiple IdPs with the same entity descriptor, you might experience unexpected behavior where a different SSO configuration is selected than the alias provided.
264-
265-
When creating a new IdP configuration, you are guided through a workflow to help you configure everything required for the IdP configuration. Each option in the workflow is explained in the [SAML IdP Configuration](/appstore/modules/saml/idp-attributes/) document and can be changed by editing an existing IdP Configuration.
266-
267-
Use **Previous** to go back to the previous dialog or **Cancel** to abandon your changes. Click **Save** on the last step to save the configuration.
263+
If you have multiple IdPs, please make sure each IdP has a unique **Entity descriptor**. If you add multiple IdPs with the same entity descriptor, you might experience unexpected behavior where a different SSO configuration is selected than the alias provided.
268264

269265
### Downloading SP Metadata
270266

@@ -284,6 +280,12 @@ The following settings apply to the IdP configuration:
284280

285281
When you add a new configuration or change an existing one, you should restart your app. This ensures that the correct configuration is used.
286282

283+
## IdP Configuration
284+
285+
When creating a new IdP configuration, you are guided through a workflow to help you configure everything required for the IdP configuration. Each option in the workflow is explained in the [SAML IdP Configuration](/appstore/modules/saml/idp-attributes/) document and can be changed by editing an existing IdP Configuration.
286+
287+
Use **Previous** to go back to the previous dialog or **Cancel** to abandon your changes. Click **Save** on the last step to save the configuration.
288+
287289
## User Provisioning
288290

289291
The SAML module provides you with so-called Just-In-Time (JIT) user provisioning. To read more, refer to [Just-In-Time User Provisioning via SAML](/appstore/modules/saml/user-provisioning/).

0 commit comments

Comments
 (0)