tool proxy registration invalid_capabilities error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to implement a Plagiarism Detection Platform with LTI 2.0 i managed to retrieve the access token and tool consumer profile but when I want to enable capabilities as written in the documentation my tool proxy registration endpoint returns an error.
data: {
invalid_capabilities: [Array],
invalid_services: [Array],
error: 'Invalid Capabilities'
}
When I checked my capabilities on the tool consumer profile I saw that none of the listed things were available in my TCP.
I tried to install apps that are in marked and that serve the same capabilities and services they work immediately im not sure what I need to do so I can register my tool with those capabilities.
Anyone had the same issue or does anyone know the solution for this?