Deeplink and SSO combination

0
I am trying to use deeplink along with SSO login. OpenIdConnect version:  0.3.1 Deeplink version : 10.0.0.   When I click on SSO, then the Deeplink is not working as expected. Instead the app opens the default home page. Without the SSO the deeplink is working as expected.  Can anyone help me to solve this issue?  
asked
1 answers
0

It's described in the Deeplink documentation: https://docs.mendix.com/appstore/modules/deep-link/#configuring-constants

and in the SSO documentation: https://docs.mendix.com/appstore/modules/mendix-sso/#using-the-continuation-url-parameter

 

I recommend you upgrade to Mendix 10 though, and use direct links in microflows instead of the deprecated Deeplink module.

answered