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.
| Field | Description |
|---|---|
| Name | Name of the application. |
| Client ID | Unique identifier for your application that is issued by the service provider. |
| Client Secret | Secret key that is used to authenticate your application with the service provider's API. |
| Redirect URL | URIs 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 URL | URL of your application's logo image. |
| Public Client | Option to indicate whether the application is publicly accessible. Examples of public clients include mobile apps, web applications, and JavaScript-based applications. |
| Comments | Additional context or information about a particular request or response. |
| Application | Client application that is requesting authorization to access a protected resource or service on behalf of a user. |
| Accessible from | IP 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. |
| Active | Status 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 Lifespan | The duration of a user's session before requiring reauthentication in your application. |
| Access Token Lifespan | Refers to the period of time during which an access token is considered valid for use by an application. |
| Default Grant type | Refers 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.