Closed emepetres closed 7 years ago
The configuration file is not correct. You have to change the value of the property ckan.oauth2.scope
and set it to all_info
, as stated in the exception you are getting.
Try this solution and let me know if the issue is solved :)
BR Aitor
After installing CKAN with ckanext-oauth2 plugin (fiware-migration branch), run with "paster serve" command (development) and try to log in, I'm getting the following error after redirect again to CKAN:
Scope has changed from "profile other.scope" to "all_info"
This is the relevant configuration part of development.ini:
And this is how I'm starting ckan: