Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Application Registries form

The Application Registries form presents elaborate data on the form's fields and their corresponding descriptions.

You must have the Desktop Assistant administrator [sn_dex_desktop.admin] role to access the form.

FieldDescription
NameName of the application.
Client IDUnique identifier for your application that is issued by the service provider.
Client SecretSecret key that is used to authenticate your application with the service provider's API.
Redirect URLURIs that the service provider should redirect the user to after authentication is complete. This is where your application receives the authorization code or access token.
Logo URLURL of your application's logo image.
Public ClientOption to indicate whether the application is publicly accessible. Examples of public clients include mobile apps, web applications, and JavaScript-based applications.
CommentsAdditional context or information about a particular request or response.
ApplicationClient application that is requesting authorization to access a protected resource or service on behalf of a user.
Accessible fromIP addresses or domains that are authorized to access your OAuth client.When you register your OAuth client with a service provider, you may be required to provide a list of IP addresses or domains that are allowed to make requests to the service provider's API on behalf of your client.
ActiveStatus of an access token. When you grant your application permission to access your resources using OAuth, the service provider issues an access token that your application uses to make API requests.
Refresh Token LifespanThe duration of a user's session before requiring reauthentication in your application.
Access Token LifespanRefers to the period of time during which an access token is considered valid for use by an application.
Default Grant typeRefers to the default method used by an OAuth 2.0 authorization server to grant access tokens to client applications.

To return to the OAuth details page, see Configure Open Authorization details.

Parent Topic:DEX Desktop Assistant reference