Login Page Best Practises?

0
I see a lot of developers making a lot of different login pages some using the widget, some using dataviews. what do you consider best practice?
asked
3 answers
2

Best: use a SSO. Usually Mendix apps are used in companies, most of them have a central IdP and use some sort of SSO to connect only once a day. Go with that for the best user-experience.

answered
0

This is what we are currently using as best practise.
containes a page, a layout Sass and .html

ap_login 7.23.3 zip found here:
https://www.dropbox.com/s/xjrpg5qfmjfdn8p/ap_login%207.23.3.zip?dl=0

Default Login Template sign in login mendix signup signin mockup default template dynamic basic neutral

answered
0

Here our current login screen:

Since you also are using SSO we always provide a button for our SSO customers (this is a multitenancy environment). On that page they need to enter their accountname so we can decide to which SSO config we need to redirect.

Regards,

Ronald

 

 

answered