1. Select File > New > Other... from the menu.
  2. Select Authentication Provider in the following dialog box and click Next .

Replace standard navigator with authentication navigator

The standard navigator must be replaced with the authentication navigator. 

  1. Open a UI of your project (usually the MainUI) and right-click the navigator in the Outline View.
  2. Choose Change Bean Type in the following context menu.
  3. Choose Select an item to open > XdevAuthenticationNavigator in the following dialog.
  4. Click OK.
  5. Click Properties > Views > Entries.
  6. Delete the MainView entry in the following dialog.
  7. Add your LoginView.
    1. Click + New.
    2. Click View Type
    3. Enter LoginView in the following dialog. 
    4. Click OK.
  8. Add at least one more view and enter a URI for each one under Path, e.g. home.
  9. Click OK.
  10. Select PropertiesViews > RedirectViewName > home.
  11. If necessary, repeat this step for all of your project’s other UIs.

Generate a login view

  1. Click Create new GUI element in Project Management > User Interface.
  2. Under Name, choose a name for the view in the following dialog.
  3. Click Template > Login View.
  4. Click Finish.
  5. Click OK in the following note about RapidClipse Framework.
  6. In the following dialog, choose your Authenticator Provider in Authenticator Provider (see Business Objects).
  7. Click Finish.


Result: