diff --git a/src/test/resources/local-oauth.properties b/src/test/resources/local-oauth.properties new file mode 100644 index 0000000..f6f978b --- /dev/null +++ b/src/test/resources/local-oauth.properties @@ -0,0 +1,5 @@ +content.service.baseUrl=http://localhost:8080/alfresco +content.service.security.oauth.tokenUrl=http://auth.example.org:8080/auth/realms/alfresco/protocol/openid-connect/token +content.service.security.oauth.clientId=alfresco +content.service.security.oauth.grantUsername=admin +content.service.security.oauth.grantPassword=admin