OAuth authorization

The OAuth block was developed to implement OAuth authentication. It enables you to delegate access, which is commonly used as a way for Internet users to allow websites or applications to access their data on other websites without providing any passwords.
The block can be accessed from the menu Settings | Documentation | Workflow Design by clicking the panel Design | Input/Output.
 |
HINT
OAuth (short for Open Authorization) is an open standard for access (authorization) delegation.
|

 |
WARNING
- Before using this block, the Microsoft Edge WebView2 Runtime must be installed.
- In addition, WebView2Loader.dll must be located in a folder close to Pantheon.exe or in the same folder.
|

URL
|
Enter the URL path to the website. By default, the OAuthRequestUrl variable is written to the field, which can be used in the workflow to write the URL path.
|
Redirect URL
|
Enter the URL path to the website you are redirected to after authentication. By default, the OAuthRedirectUrl variable is written to the field.
|
Request timeout s
|
Limit of the execution time of the request in seconds. After the execution time expires, the request is aborted.
|
Reset
|
Returns all field values to default or empty.
|
OK
|
Saves information and closes the window.
|
Cancel
|
Closes window without saving.
|