deeplink document

0
Hello,   I'm trying to go from native app to a deeplink in the responsive part of the app. Now it is with anonymous session, but we need to enter the deeplink with user settings from the native app. Is there a way to do it, and can someone describe a little bit in detail how?   Kind regards, Steven Keersmaekers
asked
1 answers
2

Pass the encrypted name of the user in URL from web application. Take native app local session and decrypt the name and compare the user from the account entity. If user matched, create a session for the user and navigate to the home page automatically. This is a workaround solution. 

 

You can refer to this link for native mobile sso configuration – https://medium.com/mendix/mendix-native-mobile-with-sso-3b86b962a899

answered