Hello, I've seen similar questions before, but they all seemed to talk about wanting users to be automatically logged in via SSO and after that, redirected to the deeplink. My question is different: I want to have deeplinks that are accessible for anonymous users, who shouldn't have to log in, while still have SSO be enabled if people access the normal app URL. How can I implement this? I'm using the SAML module. Should I implement custom login logic and configure that in the SAML module?
asked
Martin Leppen
1 answers
0
Perhaps instead use mendix built-in linking? E.g. make a page accessible to anonymous users, set the page link in the properties tab, use the page parameter id to make it unique to the page object.