Авторизация в API Mediascope
В параметрах ноды должен быть указан файл с настройками аутентификации.
Полученный токен живет 20 минут, в случае повторного запроса позже, нужно получать токен заново, через сброс этого компонента!
В файле должен быть указан ваш логин и пароль, полученные от компании Mediascope, данные, авторизующие приложение (Client ID и Client Secret), и URL адрес сервиса авторизации.
По умолчанию сохранен адрес файла "C:\Mediascope Data\setting.json", что может приводить к предупреждениям при открытии процессов. Для простоты работы вы можете сохранить файл настроек в указанном расположении.
Формат JSON файла настроек подключения:
{
"username": "user.name",
"passw": "passw",
"client_id": "client_id",
"client_secret": "client_id",
"auth_server": "https://auth.mediascope.net/auth/realms/mediascope/protocol/openid-connect/token"
}
To use this component in KNIME, download it from the below URL and open it in KNIME:
Download ComponentDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.