Closed Urtza2 closed 6 years ago
Hi @Urtza2
Version 6.4.0 which is the one installed by the script is not compatible with keyrock v7. The problem was related with how keyrock v7 expects authentication when retrieving user info (basically in v6 it expected the Authorization header plus a query string, which now gives the shown error). The integration with Keyrock v7 is included now in develop and master branches and will be released in version 7.4.0 this month.
Thanks. I have install BIZ from develop branch and not it works
I have the same problem. I used the BAE develop branch and keyrock v7 (both installed via script). However, in the install.py of BAE the proxy is still cloned from branch v6.4.0:
proxy = {"url": "https://github.com/FIWARE-TMForum/business-ecosystem-logic-proxy.git", "branch": "v6.4.0"}
I guess the branch has to be changed to develop?
I have installed Keyrock 7.0.1 and BIZ (Business API Ecosystem ) form git using develop branch. After you have to create an application in IDM for signing in BIZ and modify oauth2 section in config.js file of logic proxy. Urtza
@jivung yes, you need to clone develop branch (of all the components)
It was a couple of things I had to do to get it to work:
Hi @fdelavega, I have the same problem as emetrepes.
I have install KeyRock using git clone and the version that I have is:
I have downloaded Biz-Ecosystem from git and installed using script. git clone https://github.com/FIWARE-TMForum/Business-API-Ecosystem.git
Do you know how can I solve my problem?
Thanks Urtza