Show TOC

Procedure documentationSetting Secure Mode Locate this document in the navigation structure

 

To prevent runtime users from accessing data services not defined for use in the application model, the system administrator should specify that the VCBroker runs in Secure mode. This VCBroker mechanism registers the data services included in the model, which can be run from the specific application. Access to any other data services will be blocked.

Procedure

  1. Log on to SAP NetWeaver Administrator. The URL of the Visual Composer server uses the following format: http://<hostname>:<port>/nwa.

  2. Choose   Configuration Management   Infrastructure   Application Modules  .

  3. Enter *visualcomposer* (as one word) in the Filter field and press Enter.

  4. In the Module List area, select sap.com.visualcomposer.

  5. In the Web Module Details area, select VCBrokerConfiguration.

  6. In the Full Details area, change the SecurityMode value to true.

  7. In the Web Module Details area, click Save.

Result

Any access from the application to the VCBroker will be followed by a check in the VCBroker to ensure security. An RFC call that is not included in the model will be returned with an appropriate error message to the client.