Set LoginLocation in Mendix 10 without Deeplink module

0
Since using Deeplink module is deprecated since Mendix 10.6, I'm curious how I can set the LoginLocation variable in Mendix 10 without using the Deeplink module. This in order to combine SSO together with deeplinks. I can't find any setting or documentation for this.
asked
2 answers
2

I had contact with Mendix support. Currently there is no solution for this, but they told me that they are actively working on resolving this issue . So for now one has to use the deprecated Deeplink module.

answered
0

Hi Kurt,

 

Just a thought, say you have anonymous users set as yes with anonymous user role as 'test'.

Then you can set-up a custom login microflow MF_Test for 'test' user from the project navigation.

Have your SSO microflow setup with a  microflow url, something like '/oauth/v2/login?idp={MyIdpAlias}&cont=value' for OIDC.

Redirect to this URL from MF_Test, it should trigger the underlying SSO logic.

 

Regards.

Shreyas

answered