Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleHint

If the output screen does not contain the menu as shown below, you will most likely need to go to secure your application change auth="false" to auth="false" in your controller.xml for the menu to come up.

Output Screen:

...

Code Block
<view-map name="login" type="screen" page="component://common/widget/CommonScreens.xml#login"/>

...

Step - 2 :  Make changes in requests in controller.xml file make auth="true" means now these requests needs authentication.
This is first security level which you have implemented. you request should look like :

...