Configuration parameters for the SAP navigation integration
We can set the following configuration parameters for the SAP navigation integration of Integrator for SAP.For details about where and how to set them see the topic about Configure the Integrator for SAP.
- sap.BaseUri
- Specify the base URI to the SAP NetWeaver Portal. Example: http://sapportal.company.com:50000 . This parameter has no default.
- sap.NavUri = (/NavigationWS/NavigationWSConfig?style=document)
- Specify the relative URI of the SAP NetWeaver Portal navigation web serviceDefault is /NavigationWS/NavigationWSConfig?style=document .
- sap.InteropUri = (/irj/portal/interop)
- Specify the relative URI of the SAP Interop serviceDefault is /irj/portal/interop .
- sap.NavUriTimeout
- Specify a timeout in seconds for the web service callDefault is 5 .
- sap.CredentialSlotId
- Optional. Use it only if we use Basic Authentication for SSO. Name of the Credential Vault slon to use for authentication to the SAP NetWeaver Portal.
- sap.SSOTokenUrl
- Optional. Use it only if we use Basic Authentication for SSO and you have created a Credential Vault slot for this. In this case use this parameter to specify the absolute URL to a protected resource of the choice in the SAP NetWeaver Portal, for example a specific page or iView. This URL is used for login to retrieve the SSO token. During retrieval of the SSO token, WebSphere Portal follows all HTTP redirects. If we use a SAML scenario, you do not need to set this parameter.
- sap.SSOTokenName = (MYSAPSSO2)
- Specify the SSO token name of the SAP NetWeaver Portal. If we use the Credential Vault, use this parameter for authentication of the web service callDefault is MYSAPSSO2 .
- sap.SSOTokenDomain
- Optional. Use it only if we use Basic Authentication for SSO. Add this parameter to pass also the SSO token defined by the parameter sap.SSOTokenName from WebSphere Portal to the client browser. If you do so, the integration also authenticates the clients that use the configured SSO scenario between 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 parameter has no default. If set, you 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.ClientSideLogging = (false)
- Whether 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 parameter to true . Restart the WebSphere Portal server for the change to become active.
Parent: Configure Integrator for SAP
Related:
Configure authentication filters
Related reference:
Configuration parameters for the SAP integrator portlet