Register App
This page is a quick guide for registering a client application on Attestr platform.
This step is required for only those customers who need access to the Attestr API platform for automation. Customers who wish to access services through portal only, can skip this step.
App Creation
Login to Attestr dashboard and click Apps from the left sidebar menu.
Click New App button on top of the page. This opens up an app registration form. Provide following details in the form
- Name - This is the client application identifier. Use unique logical names such as development, staging etc.
- IP whitelist (Optional) - API access is granted to registered client IP addresses only. You may provide one or multiple IP address per client. Both IPv4 and IPv6 are supported.
Check this link to know your machine's IP address.
Click submit.
Client credentials are displayed on the screen after successful registration of the app. Save the client key, client secret and auth token in a secure location for future access.
Client secret can be accessed only once. Once created, client secret can neither be changed nor accessed through dashboard or API. It is therefore required to store and safeguard it from potential attackers.
You have now successfully registered an external app for accessing Attestr services. Next pages will cover details on authorization and integration.
App Modification
Name of the app and IP white list can be changed anytime after creation. To edit the details, go to dashboard, click Apps from the left sidebar menu. The list of registered apps is displayed on the screen. Click the desired app name which opens the edit form. Fill in the details that need to be changed and submit.
Please note that changing the IP white list will revoke access to existing active client sessions established using this app.
App Deactivation
Active status of the apps can be changed using the toggle button provided on the Apps page. Only active apps can be used to access API's. Apps are rendered active by default upon successful creation.
Please note that changing the active status will deactivate any existing active client sessions established using this app.
App Deletion
Apps, once created can not be deleted. If you wish to remove an app, simply change active status to disabled using the toggle button as described above.
Account owner and designated admin users only can create and modify apps.