On prem application Login page

0
Hi Reader,   I have deployed my application on-premise and I am using a custom login page by enabling anonymous users but the on-premise application is not loading my custom login page. It displays the built-in login page in place of my custom login page How can I resolve this.   Thanks and Regards, Harshraj Singh
asked
3 answers
0

Hi Harshraj Singh, 

Can you check if Roles based home page is set for Anonymous User ?

If not Please set the role Based home page for Anonymous User as Custom login page.

 

answered
0

Hi, 

I used URLRedirector widget from marketplace (https://marketplace.mendix.com/link/component/118716). I placed it into my built-in login page and it is pointing to {MyApp}/login.html. So after the built-in login page loads it redirects to the custom one.

Best,
Peter

answered
0

Hello Harshraj,

 

I see you said that your role based home page is set, but have you set your Sign-in page to be the page you are wishing to be displayed? this can be located in the 'Authentication' section of your apps "App 'YourAppHere' " module's Navigation tab, as long as you are using Studio Pro.

 

answered