Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sreenivasulun opened this issue May 20, 2015 · 3 comments
Open

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

sreenivasulun opened this issue May 20, 2015 · 3 comments

Comments

@sreenivasulun
Copy link

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
Copy link
Collaborator

p2 commented May 20, 2015

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
Copy link
Author

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
Copy link
Collaborator

p2 commented May 21, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants