How to Register Your Application
Before any authentication can take place, your application must be registered within the Evia Sign platform. This registration process allows Evia Sign to recognize and securely authorize your application. Once registered, you’ll receive a Client ID and Client Secret, which are required to initiate the OAuth 2.0 Authorization Code Flow.
These credentials serve as the foundation for all secure interactions between your application and the Evia Sign API.
Follow the steps below to register your application on the Evia Sign platform:
Access API Management Go to the Settings section, then click on Integrations


Register a New Application
Click the New App button within the Integrations section.
Fill in the required fields:
App Name – A unique and recognizable name for your application.
Redirect URI (Callback URL) – The endpoint on your system where Evia Sign will send the authorization code.
Description – A short description that clearly identifies your app’s purpose.
Once all details are provided, click Save.


Save and Retrieve Credentials
After saving, the system will generate the following credentials:
Client ID – Used to identify your application during the authorization process.
Client Secret – A confidential key used to securely authenticate your app during token exchange.

Once your application is registered and you’ve secured your Client ID and Client Secret, you’re ready to move on to the next step—requesting the authorization code needed to initiate the access token flow.
Last updated
Was this helpful?