Skip to content

Commit 9179c24

Browse files
author
Joerg Huber
committed
Removed security service property. Now it is in a database.
1 parent 4f04fb8 commit 9179c24

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

SIF3InfraREST/src/test/resources/config/consumers/SchoolConsumer.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ adapter.use.https=false
1212
# Turn on (true) or off (false) ACL checks on client. Default = true
1313
adapter.checkACL=true
1414

15-
# External security service shall be used if Bearer Token is used.
16-
#adapter.security.service=sif3.infra.test.common.security.DummySecurityService
17-
1815
# Demo of Hibernate Properties through 'injection'.
1916
#adapter.hbr.propertyClass=systemic.sif3.demo.hibernate.DemoProperties
2017

SIF3InfraREST/src/test/resources/config/consumers/StudentConsumer.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ adapter.use.https=false
1616
# Turn on (true) or off (false) ACL checks on client. Default = true
1717
adapter.checkACL=true
1818

19-
# External security service shall be used if Bearer Token is used.
20-
#adapter.security.service=sif3.infra.test.common.security.DummySecurityService
21-
2219
# Demo of Hibernate Properties through 'injection'.
2320
#adapter.hbr.propertyClass=systemic.sif3.demo.hibernate.DemoProperties
2421

@@ -105,7 +102,7 @@ env.baseURI=http://localhost:9080/SIF3InfraREST/sif3/environments/environment
105102

106103
# This property indicates if there is no existing environment in local session store then try to use an
107104
# existing from Environment Provider rather than create a new one with the environment provider. Default is false.
108-
env.use.existing=true
105+
env.use.existing=false
109106

110107
# The session token to use with a pre-existing environment
111108
env.existing.sessionToken=cfd93eb7-f76f-4664-85d2-df172bed5644

SIF3InfraREST/src/test/resources/config/providers/StudentProvider.properties

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ adapter.id=StudentProvider
1313
# Turn on (true) or off (false) ACL checks on provider. Default = true
1414
adapter.checkACL=true
1515

16-
# External security service shall be used if Bearer Token is used.
17-
adapter.security.service=sif3.infra.test.common.security.DummySecurityService
18-
1916
# Fully qualified name of the audit service implementation class to be used by this adapter. The class listed here must implement Auditor interface. If no
2017
# class is listed then it is assumed that audit logging is not enabled.
2118
#adapter.audit.service=systemic.sif3.demo.audit.LogAuditor
@@ -26,10 +23,9 @@ adapter.security.service=sif3.infra.test.common.security.DummySecurityService
2623

2724
#
2825
# The default authentication method to be used if no 'Authorization' HTTP Header is set but an accessToken is
29-
# provided as an URL Query parameter. Default is 'Bearer' but can be overwritten with this property. If not provided
30-
# 'Bearer' is assumed.
26+
# provided as an URL Query parameter.
3127
#
32-
adapter.default.accessToken.authentication.method=Basic
28+
adapter.default.accessToken.authentication.method=SIF_HMACSHA256
3329

3430
# SIF xPress allows the authentication token to be provides on the URL with the access_token URL query parameter. This is not
3531
# considered very secure and some implementations want to turn that option off. Setting this property to 'false' will disable

0 commit comments

Comments
 (0)