+

Search Tips   |   Advanced Search

Page properties for configuring the SAP navigation integration

To configure the SAP navigation integration of Integrator for SAP, we can set the following page configuration properties.

For details about where and how to set these properties, read the topic about Configure the Integrator for SAP.

    sap.BaseUri
    This property is mandatory. Use this property to specify the base URI to the SAP NetWeaver Portal. Example: http://sapportal.company.com:50000 . This property has no default.

    sap.CredentialSlotId
    This property is mandatory only if we use Basic Authentication for SSO. Name of the Credential Vault slot to use for authentication to the SAP NetWeaver Portal.

    sap.SSOTokenUrl
    This property is mandatory only if we use Basic Authentication for SSO and if we have created a Credential Vault slot for this authentication method. In this case specify the absolute URL to a protected resource of the choice in the SAP NetWeaver configurewebserver1.bat. a specific page or iView. This URL is used for login to retrieve the SSO token. During retrieval of the SSO token, HCL WebSphere Portal follows all HTTP redirects. For a SAML scenario, we do not need to set this property.

    sap.SSOTokenDomain
    This property is mandatory only if we use Basic Authentication for SSO. Add this property to pass also the SSO token defined by the property sap.SSOTokenName from HCL WebSphere Portal to the client browser. If we do so, the integration also authenticates the clients using the configured SSO scenario between HCL WebSphere Portal and SAP NetWeaver Portal. To enable this authentication by token, specify the domain for which to set the token, starting with a dot, for example .ibm.com . This property has no default. If we set this property, we also must do the following:

    • Add the login filter implementation com.ibm.wps.integration.sap.login.LoginFilter to both the explicit and implicit login filter chains.

    • Add the logout filter implementation com.ibm.wps.integration.sap.logout.LogoutFilter to both the explicit and implicit logout filter chains.

    For details see the topic about Configure authentication filters.

    sap.SSOTokenName = (MYSAPSSO2)
    Optional. Use it only if we use Basic Authentication for SSO. Use this property to specify the SSO token name of the SAP NetWeaver Portal. For the Credential Vault, use this property for authentication of the web service call. The default value is MYSAPSSO2 .

    sap.NavUri = (/NavigationWS/NavigationWSConfig?style=document)
    Optional. Relative URI of the SAP NetWeaver Portal navigation web service. The default value is /NavigationWS/NavigationWSConfig?style=document .

    sap.InteropUri = (/irj/portal/interop)
    Optional. Relative URI of the SAP Interop service. The default value is /irj/portal/interop .

    sap.NavUriTimeout
    Optional. Use this property to specify a timeout in seconds for the web service call. The default value is 5 .

    sap.ClientSideLogging = (false)
    Optional. Determine whether HCL WebSphere Portal gives out client-side JavaScript debugging messages to the JavaScript console. This is helpful if problems with the automatic resizing of the iframe occur. The portal to give out client-side JavaScript debugging messages to the JavaScript console, set this property to true . Restart the HCL WebSphere Portal server for the change to become active.


Parent Configure Integrator for SAP

Related concepts:

Configure authentication filters

Related tasks:

Configure Integrator for SAP