Register a DocuWare Cloud application for Token Vault
This topic describes the first configuration task in the process of setting up an AutoStore workflow using modern authentication.
Prior to using OAuth in a platform client application, the client must be registered with the platform. To grant an application client access to site resources, do the following:
Perform this task at the DocuWare Cloud Administration page.
- On the Site Administration page, navigate to .
- In the Application Name field, enter the name of the client application.
- In the Application Redirect URI field, enter the URL where the platform OAuth server sends the authorization grant or access token. In this case it should be the address of the Token Vault server. For example: https://tokenvaultaddress:1234/callback (Where ‘tokenvaultaddress’ is the address of your token vault and ‘1234’ is the corresponding port number.)
- Click Register.
-
Next, navigate to
.This page displays application information, such as the Application (Client) ID and Client Secret, that is needed in the next step when registering a DocuWare Cloud authorization provider in Token Vault.