how to force login

I generated a new TMS Web Core Application via wizard. All entities (generated by Aurelius wizard) are working fine. My problem is: There is no Login. The Web Application starts with its MainView (list of all generated entities ...) but I am not able to force a login before.

The Application starts with DMConnection.InitApp(DisplayMainView, DisplayLoginView). But I don't know how to force the DisplayLoginView?!

What must I do for this?

The TMS Web Core Application wizard doesn't include any code for authentication or login. That is something you will have to implement yourself, and there are actually many ways to do that, from simple to complex.

If you have access to TMS Sphinx, you can check Sphinx demo that shows how to implement a Single Sign-On mechanism (separated login) for your web application.