chb / indivo_server

The Indivo™ Personally Controlled Health Record
http://indivohealth.org
GNU General Public License v3.0
103 stars 40 forks source link

Getting in UI login - DEBUG oAuth: Consumer chrome Not Found #56

Open sreenivasulun opened 9 years ago

sreenivasulun commented 9 years ago

Hi Indivo Experts,

I setup indivo server 2.0.0 and Indivo UI server with Django 1.4 in windows XP OS, everything fine, I am able to see login page of UI server, when I try to login with jsmith/jsmith, I am getting the following,

DEBUG oAuth: Consumer chrome Not Found

Please help me about the above,

Best regards, Sreeni

p2 commented 9 years ago

Did you change the OAuth secret (SECRET_KEY) and match it up to the configuration of the UI server? Please see here for details: http://docs.indivohealth.org/en/2.0/howtos/install-ubuntu.html#configuration

sreenivasulun commented 9 years ago

Thanks for the replay p2 .

Below is the configuration in settings.py of indivo_server,

SECRET_KEY = 'abcd1234'

Below is the configuration in credentials.json under \indivo_server\registered_apps\ui\sample_ui, { "consumer_key": "chrome", "consumer_secret": "chrome" }


And Below is the configuration in settings.py of indivo_ui_server\ui, CONSUMER_KEY='chrome' CONSUMER_SECRET='chrome' SECRET_KEY = 'abcd1234'

I am still getting the same error, do I need to run again "reset.py" after I setup above configuration. Thnaks in advance for all

Best regards, Sreeni

p2 commented 9 years ago

I am not sure Indivo runs on Windows platforms, and I'm afraid I can't give more support, we have stopped working on Indivo 2 years ago.