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.gitThe following commit(s) were added to refs/heads/trunk by this push:
new ff9335a Improved: Add security.internal.sso.enabled and security.token.key SystemProperties
ff9335a is described below
commit ff9335ac8c51a2212cfe3715d1cdd44ff4b3b78b
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Mon Apr 13 12:14:48 2020 +0200
Improved: Add security.internal.sso.enabled and security.token.key
SystemProperties
(OFBIZ-11594)
This comes handy when testing, from examples component, the internal SSO feature
which allows a token based login between OFBiz instances
The SSOJWTDemoData.xml inadvertently slipped in w/ previous commit
---
framework/security/ofbiz-component.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/framework/security/ofbiz-component.xml b/framework/security/ofbiz-component.xml
index b3c015b..208a114 100644
--- a/framework/security/ofbiz-component.xml
+++ b/framework/security/ofbiz-component.xml
@@ -30,4 +30,5 @@ under the License.
<entity-resource type="data" reader-name="demo" loader="main" location="data/PasswordSecurityDemoData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/SecurityGroupDemoData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/SecurityTypeDemoData.xml"/>
+ <entity-resource type="data" reader-name="demo" loader="main" location="data/SSOJWTDemoData.xml"/>
</ofbiz-component>