...
OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and living room devices.
Rewrite https://system2.netrex.cz/kb/en/topic/Authorization-using-Oauth2-protocol
\uD83D\uDCD8 Instructions
...
Info |
---|
Please mind, that examples in code-styled blocks can contain a different provider URL (basically system2.netrex.cz). If you have an account under another provider, you have to change it according to yours provider URL (e.g. cloud.camstreamer.com) |
\uD83D\uDCD8 Creating a client application
First, we will create a new OAuth2 application. The OAuth2 application allows authorization to the API using any owner or guest account. The client application management interface is available after logging in to your account.
Click on the user icon in the upper right corner and select an option </> API.
Click on OAuth2 Application.
The OAuth2 application defines the requester for access to the application interface. Only full access accounts can create the application. The application can be used to authorize any system account. When creating an application, you need to enter the following information:
a) name - any name, e.g. "My application"
b) application description - any description
c) list of redirect URLs - The URL to which the user is redirected after authorization
Info |
---|
We recommend creating a new client application for each integration. |
\uD83D\uDCCB Related articles
...