OAuth Clients
To allow a client access to ImageVault, each client must be registered in the ImageVault database.
In addition, the following columns must be set;
Name | Description |
---|---|
Application Name | This name identifies the client application and will be visible to a resource owner (end-user) in the allow/deny access dialog when using Authorization Code Grant or Authorization Pin Grant |
Author | This name identifies the author of the client application and will be visible to a resource owner (end-user) in the allow/deny access dialog when using Authorization Code Grant or Authorization Pin Grant |
RedirectUrl | Defines the redirect url to use when the client requests access. The client can override this url if the scheme, host, port and local path matches. |