[ADF-3987]Add clientId values for ACM and BPM in e2e tests. (#4234)

* Add clientId values for ACM and BPM in e2e tests.

* Fix sorting
This commit is contained in:
cristinaj
2019-02-01 12:13:57 +02:00
committed by Eugenio Romano
parent 2458e30204
commit abb7692476
3 changed files with 19 additions and 4 deletions

View File

@@ -82,6 +82,8 @@ module.exports = {
* @config adf.ACSAPIContextRoot {String}
*/
apiContextRoot: "/alfresco/api/-default-/public",
clientIdSso: "alfresco",
},
adf_aps: {
@@ -107,7 +109,9 @@ module.exports = {
* The BPM API context required for calls
* @config adf.APSAPIContextRoot {String}
*/
apiContextRoot: "/activiti-app"
apiContextRoot: "/activiti-app",
clientIdSso: "activiti",
}
};