Deeplink login location

0
Hi all I edited the login.html template in the project resources/deeplinking folder. But I am unsure how I should specify the location in the LoginLocation constant in the deeplink module? Currently all deeplinks that require login are directed to the default Mendix login screen. Thank you.
asked
1 answers
2

Ruan,

The constant is only necessary when using a single sign on mechanism. If you're not using SSO the constant can be left empty.

From the documentation:

If login is required, this constant defines the loginpage where to use can enter his credentials. This property is useful in single-sign-on environments. If empty, the default Mendix built-in login page is used.

answered