From c4a2bd66a2465f269022770c48de0f3454c8a19c Mon Sep 17 00:00:00 2001 From: Brian Long Date: Wed, 7 Jul 2021 11:08:00 -0400 Subject: [PATCH] added local-oauth test props --- src/test/resources/local-oauth.properties | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/test/resources/local-oauth.properties 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