From d34d95ae42492d289377a8613a38c1611e38d078 Mon Sep 17 00:00:00 2001 From: Brian Long Date: Wed, 7 Jul 2021 11:09:46 -0400 Subject: [PATCH] added test oauth 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..6310347 --- /dev/null +++ b/src/test/resources/local-oauth.properties @@ -0,0 +1,5 @@ +process.service.baseUrl=http://localhost:8080/activiti-app +process.service.security.oauth.tokenUrl=http://auth.example.org:8080/auth/realms/alfresco/protocol/openid-connect/token +process.service.security.oauth.clientId=alfresco +process.service.security.oauth.grantUsername=admin +process.service.security.oauth.grantPassword=admin