forked from dcm4che/dcm4chee-xds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xds-asb.properties
17 lines (15 loc) · 888 Bytes
/
xds-asb.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
browser.security.domain = authnservice
browser.security.adminRole = XDSAdmin
jboss-web.extra.settings = \n <valve> \
\n <class-name>com.agfa.hap.security.authentication.TokenAuthenticator</class-name> \
\n </valve>
jboss-deployment-structure.extra.settings = \n <sub-deployment name="dcm4chee-xds2-browser.war"> \
\n <dependencies> \
\n <module name="deployment.security.ear" /> \
\n </dependencies> \
\n </sub-deployment> \
\n <sub-deployment name="dcm4chee-xds2-browser-rs.war"> \
\n <dependencies> \
\n <module name="deployment.security.ear" /> \
\n </dependencies> \
\n </sub-deployment>