Storing parameters from url to an entity

0
In my app, I login using a different site and it redirects to my app in mendix. How do I read this data from the URL and store it as a string? Deeplink doesn't let me do this without using a native mobile application.
asked
1 answers
0

Are you using SAML for your single sign on? If you are, there is the SAML module in the Marketplace that does this for you.
https://docs.mendix.com/appstore/modules/saml

If you aren’t using SAML, you could still look at the code for this module as it works in the way you describe. You could base your own code off of this.

answered