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/SAML/_index.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -524,20 +524,6 @@ Page URLs and Microflow URLs are supported with SAML for Mendix version 10.6 and
524
524
1. In the **Runtime** tab of the **App Settings**, configure the page **URL prefix** to **link** instead of the default **P** to maintain compatibility with existing URLs.
525
525
2. Ensure to remove the Deep Link module from your app to start the app successfully. For more information, see the [Migrating to Page and Microflow URLs](/appstore/modules/deep-link/#migrate-page-micro) section of the *Deep Link*.
526
526
527
-
#### Steps for SAML Versions Below v3.6.15 and v4.0.0
528
-
529
-
1. To implement the SSO redirection, add the following lines of code to your login page (for example, `login.html`):
2. To allow the end users to navigate to the desired page, URL can be formed as follows:
536
-
* If a single IdP is configured, the URL will be the base URL of your application followed by `SSO/login?cont={page/Microflowurl}`.
537
-
For example, `http://localhost:8080/SSO/login?cont=link/pagepath`.
538
-
* If Multiple IdPs are configured, you can specify which IdP should be used by adding the alias (MyIdPAlias) `SSO/login?_idp_id={MyIdPAlias}&cont={page/Microflowurl}`.
539
-
For example, `http://localhost:8080/SSO/login?_idp_id=Okta&cont=link/pagepath`.
540
-
541
527
#### Steps for SAML Versions above v3.6.17 and v4.0.1
542
528
543
529
1. To use the Page URL functionality, replace the content of *login.html* with the content of *login-with-mendixsso-automatically.html* (located in the **resources** > **mendixsso** > **templates** folder) without changing the file name.
0 commit comments