Details
-
Type:
Monitor
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:
-
HD-Enabler:KeyRock
Description
Created question in FIWARE Q/A platform on 07-02-2019 at 12:02
Please, ANSWER this question AT https://stackoverflow.com/questions/54571822/fiware-keyrock-creating-an-application-cannot-read-property-includes-of-unde
Question:
FIWARE Keyrock. Creating an application: Cannot read property 'includes' of undefined
Description:
I'm following the FIWARE security tutorials for access control through the API and postman collections that are given.
I finished all the tutorials properly, but I haven't been able to create an application through the API.
I have used the POST request that appears in the collection, but it returns an 500 error (Internal Error). The most detailed error that appears in the logs is:
TypeError: Cannot read property 'includes' of undefined
The body that I use is:
{ "application":
{ "name": "Application test", "description": "Testing", "redirect_uri": "http://testing/login", "url": "http://testing", "grant_type": [ "authorization_code", "implicit", "password" ] }}
Is it possible there's something wrongly defined?
At the moment I have users, roles and organizations created.
Keyrock version: 7.5.1
Thank you in advance.
Activity
- All
- Comments
- History
- Activity
- Transitions