This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit e237166e04fbb6663a156cc0f5fb2eab33093850 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Mar 9 07:17:33 2024 +0100 Improved: Would like integration point with web access managers (OFBIZ-1781) Adds small documentation about the feature --- framework/security/config/security.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/security/config/security.properties b/framework/security/config/security.properties index 88dabae974..b4cedc4553 100644 --- a/framework/security/config/security.properties +++ b/framework/security/config/security.properties @@ -112,6 +112,8 @@ security.ldap.fail.login=false security.login.cert.allow=true # -- HTTP header based ID (for integrations; uncomment to enable) +# -- To be used with a Web Access Management products like Oracle Access Manager, or Siteminder. +# -- Before, place a policy enforcement point in front of OFBiz that enables single sign-on to OFBiz by passing secure HTTP Header variables back to OFBiz. #security.login.http.header=REMOTE_USER # -- HttpServletRequest.getRemoteUser() based ID (for integration; uncomment to enable)