How to use SSO with DeepLink?

0
Hey, evenyone I want to use Deeplink and give the user the option to login by username password, and SSO. The username password are find, but how does SSO use with Deeplink?
asked
1 answers
1

Hi 

Depending on the SSO configuration you use, you may want to redirect the user to the deep link again after a successful login.

The DeepLink module has a constant named LoginLocation which should enable this functionality for you.

Some documentation can be found here: https://docs.mendix.com/appstore/modules/deep-link/

Examples:

  • For SAML, use: /SSO/login?f=true&cont=
  • For Mendix SSO, use: /openid/login?continuation=
answered