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.
Options
Clarification on Panopto SOAP API Authentication Workflow
Hi team,
We need to call Panopto's SOAP API endpoints, such as GetUsers
and GetUserByKey
. From what I understand, we first need to call the authentication API using a local admin username and password to obtain authentication. Then, we use the .ASPXAUTH
token returned from the auth API to make subsequent SOAP API calls.
Could you please confirm whether the program needs to authenticate each time it runs, assuming the .ASPXAUTH
token is not stored or reused? If so, how long is the .ASPXAUTH
token valid?
Thanks in advance!
Lily
Tagged:
0
Answers
Update: We can only use HTTP requests in Workato, so no Python or other programming languages are involved, and the
.ASPXAUTH
token is what we need to use within Workato.