diff --git a/run/IdentityApi.xml b/run/IdentityApi.xml new file mode 100644 index 0000000000..3c4ce8d6bf --- /dev/null +++ b/run/IdentityApi.xml @@ -0,0 +1,10 @@ + + OnlyofficeIdentityApi + ONLYOFFICE IdentityApi + manual + java + -jar ../../server/common/ASC.OAuth/api/target/api-0.0.1.jar + + true + + \ No newline at end of file diff --git a/run/IdentityService.xml b/run/IdentityService.xml new file mode 100644 index 0000000000..4668c05e90 --- /dev/null +++ b/run/IdentityService.xml @@ -0,0 +1,10 @@ + + OnlyofficeIdentityService + ONLYOFFICE IdentityService + manual + java + -jar ../../server/common/ASC.OAuth/authorization/target/authorization-0.0.1.jar + + true + + \ No newline at end of file diff --git a/scripts/identity.bat b/scripts/identity.bat new file mode 100644 index 0000000000..507f7e69a7 --- /dev/null +++ b/scripts/identity.bat @@ -0,0 +1,13 @@ +PUSHD %~dp0.. + +cd %~dp0../../server/common/ASC.OAuth/api/ + +call mvnw compiler:compile +call mvnw package -Dmaven.test.skip + +cd %~dp0../../server/common/ASC.OAuth/authorization/ + +call mvnw compiler:compile +call mvnw package -Dmaven.test.skip + +POPD \ No newline at end of file