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.
So i'm stuck when trying to get an oAuth2 through postman...
Robert J Herbstzuber
Tyro
in API
so I get the below error....when filling out the information..
"Error processing request
The client application is not known or is not authorized.
"
After filling out correct informatiion....
-------------------------
Bob Test Api
Grant Type Authorization Code
Callback URL https://www.postman.com/oauth2/callback
Auth URL https://bc.hosted.panopto.com/Panopto/oauth2/connect/authorize
Access Token URL https://bc.hosted.panopto.com/Panopto/oauth2/connect/token
Client ID XXXXXXXX
Client Secret XXXXXXX
Scope api offline_access
State Empty
Client Authentication Send as Basic Auth header
-----------------------
Tagged:
0
Answers
Hi Robert,
There could be a few reasons why you would get that response, but one of the more common ones is due to an invalid Callback URL. Can you check and make sure that your callback URL (https://www.postman.com/oauth2/callback) was added as an allowed redirect URL to the Panopto API Client?
You can check this by going to view your API Clients, and clicking on the client name you are using to test. If the URL is not listed there, can you try adding it with a URL Type of Redirect URL and see if that fixes the issue?
Please let me know if this doesn't work, or if you have any other questions.
Thanks,
Kevin