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:
-
Modify the bridge.properties file for the EBS asserter to add
https://<EBS_HOSTNAME>:<PORT>/OA_HTML/m4aServlet/save_ott
to thewhitelist.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
-
Compile new ebs.war file.
-
Re-deploy Asserter application (ebs.war) in WebLogic.