Skip to main content

Targeting SAP Portal Server

For each SAP Portal Server system, add a target system in Bravura Security Fabric (Manage the system > Resources > Target systems):

  • Type is SAP Portal Server (User Management Engine).

  • Address uses options described in the table below.

The full list of target parameters is explained in Target System Options .

The address has following syntax:

{server=<hostname>;[port=<port>;][ssl=<true|false>;][checkCert=<true|false>;]
  [proxy=<proxy>;][datasource=<datasource>;][enableOnUnlock=<true|false>;]
  [enableOnReset=<true|false>]}

Option

Description

Options marked with a redstar.png are required.

Server redstar.png

The IP address/domain name of the SAP Portal Server.

(key: server)

Port

The port number.

(key: port)

Connection over SSL

Select to enforce SSL connections. Default is "true".

(key: ssl)

Validate the server’s certificate when connecting

Determines whether to validate the server’s security certificate for SSL connections. Default is "true".

(key: checkCert)

HTTP Network Proxy

Proxy URL to use for connecting.

(key: proxy)

Data source

The data source of the SAP Portal database.

(key: datasource)

Enable on unlock

Enables support for the unlock operation, which the connector simulates by enabling the account.

(key: enableOnUnlock)

Enable on reset

Enables support for password reset which also enables the account.

(key: enableOnReset)