Skip to content

Commit a942bf2

Browse files
committed
Add updates
1 parent c013425 commit a942bf2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,13 @@ Once the above changes are applied, end users can directly navigate to the desir
358358

359359
When using the SAML module with the Deep link Module (for Mendix 8 and 9), you need to set the `LoginLocation` constant of the Deeplink module to `/SSO/login?f=true&cont=` to redirect the user to the original deep link location after a successful login.
360360

361+
To redirect users through a specific Identity Provider (IdP) and then navigate to a deeplink, include both the `_idp_id` and `cont` parameters:
362+
`https://mydomain.com/sso/login?_idp_id=MyIdPAlias&cont=p/workflow/1234`
363+
364+
{{% alert color="info" %}}
365+
When creating a deeplink in Studio Pro, the URL is displayed as `/p/<path>`. However, when using it in the `cont` parameter, do not include the leading slash `(/)`. Use `p/<path>` instead.
366+
{{% /alert %}}
367+
361368
The DeepLink module does not have full support for multiple IdPs, so it can only trigger logins at one IdP. You can specify which IdP should be used by adding the alias (`MyIdPAlias`) to the `LoginLocation`: `/SSO/login?_idp_id={MyIdPAlias}&cont=`.
362369

363370
If you are using version 6.1.0 or above of the Deep Link module, you should also set the `EnableLeadingSlash` constant to *False*. This prevents users from being redirected to an invalid deep link location.

0 commit comments

Comments
 (0)