-
Notifications
You must be signed in to change notification settings - Fork 7
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
Client Authentication Failed Error #3
Comments
Huh, strange, it's no longer working for me either. I'll look into it. |
Ah. I think it's because |
I got the same issue. So, the solution is to change that line to: Problem solved! |
@paulharris any chance you'd be willing to make the scheme configurable via the env and then use it ? I'd happily accept a PR for this. |
I've love to but I'm too snowed in, and I'm not that experienced with Python so would be better if you did it the right way the first time... |
Ok, no worries. I'll see when I can find time |
When trying to run the example app, I get an Error 302 with the following message:
{"error":"invalid_client","error_description":"Client authentication failed","message":"Client authentication failed"}
I've created my client_id and client_secret and can confirm that they are actually read correctly form the .env file. Any ideas what the problem could be?
The text was updated successfully, but these errors were encountered: