File tree Expand file tree Collapse file tree
SIF3InfraREST/src/test/resources/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ adapter.use.https=false
1212# Turn on (true) or off (false) ACL checks on client. Default = true
1313adapter.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
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ adapter.use.https=false
1616# Turn on (true) or off (false) ACL checks on client. Default = true
1717adapter.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
111108env.existing.sessionToken =cfd93eb7-f76f-4664-85d2-df172bed5644
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ adapter.id=StudentProvider
1313# Turn on (true) or off (false) ACL checks on provider. Default = true
1414adapter.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
You can’t perform that action at this time.
0 commit comments