IDCS EBS Asserter SSO Configuration (Conditional)

If you use the IDCS EBS Asserter to authenticate users then you must perform the following steps. This will enable authentication via the Default Browser login method in the More4apps Wizards.

On the EBS Asserter Weblogic server:

  1. Modify the bridge.properties file for the EBS asserter to add https://<EBS_HOSTNAME>:<PORT>/OA_HTML/m4aServlet/save_ott to the whitelist.urls entry.

    For example:

    whitelist.urls=https://tremor.mydomain.com:4443/OA_HTML/m4aServlet/save_ott,https://tremor.mydomain.com:4443/OA_HTML/RF.jsp,https://tremor.mydomain.com:4443/OA_HTML/OA.jsp,https://tremor.mydomain.com:4443/OA_HTML/BneApplicationService,https://tremor.mydomain.com:4443/OA_HTML/jsp/fnd/close.jsp

  2. Compile new ebs.war file.

  3. Re-deploy Asserter application (ebs.war) in WebLogic.