Hi everyone, currently I'm exploring the ADF and I'm trying to set up activiti with ADF. Standalone activiti is perfectly working, but not able to setup it with ADF.
When I try to login with the credentials of Activiti, I receive below response..
Here is the proxy.config.json file
and here is the login.component.htm file
Kindly guide me to solve this issue. Thanks in Advance.
Solved! Go to Solution.
Are you using Activiti or APS? ADF is not compatible with the open source version for now
In the app.config.json file you should have providers set to "BPM" if you need only ACS, for example:
"ecmHost": "http://{hostname}{:port}",
"providers": "ECM",
"authType" : "BASIC",
Hi Denys Vuika, Thanks for the reply.
Here I'm sharing the code snippet from my app.json.config file,
I had also tried with "providers" : "ALL" and bpmHost and ecmHost both available at that time, but unfortunately still not working.
Are you using Activiti or APS? ADF is not compatible with the open source version for now
Thanks Eugenio Romano for the prompt reply !
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.