Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.
Help Needed with OAuth2 Implementation for User-Based Server Application
in API
Hi everyone,
I'm trying to implement section 2.1 from the Panopto OAuth2 documentation using Python, but I'm encountering an error. Below is the attached code I'm using:
However, I keep getting the following error:
{
"statusCode": 400,
"body": "{\"error\":\"invalid_client\"}"
}
I've verified that the username and password are correct, and I'm using the correct token URL. The same credentials when used on SOAP API works. Could anyone help me understand what might be causing this error and how to resolve it?
Thanks in advance!
0