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

update nokia.py get_credentials() #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ossgeek314
Copy link

Include 'include_client_id=True' parameter for fetch_token() as nokia's api now requires client_id be sent to receive token

Include 'include_client_id=True' parameter for fetch_token() as nokia's api now requires client_id be sent to receive token
@ossgeek314
Copy link
Author

This would seem to resolve issue #19 (at least it did for me)

@Lennart95
Copy link

This would seem to resolve issue #19 (at least it did for me)

Thanks a lot. That worked for me!

@m1lhaus
Copy link

m1lhaus commented Apr 1, 2020

I can confirm, after stepping through OAuth lib I ended up with the same solution. Now it works. Please, @magnific0 merge this ASAP otherwise the setup won't pass.

response:
b'{"errors":[{"message":"invalid_request: The client id was not specified in the request"}]}'

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

Successfully merging this pull request may close these issues.

3 participants