Skip to content

Commit d092491

Browse files
Merge pull request #11414 from mendix/kv-saml-issue
Deep link updates for SAML
2 parents 8ad6f9f + 316fe2c commit d092491

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,14 @@ 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+
363+
`https://mydomain.com/sso/login?_idp_id=MyIdPAlias&cont=p/workflow/1234`
364+
365+
{{% alert color="info" %}}
366+
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.
367+
{{% /alert %}}
368+
361369
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=`.
362370

363371
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)