Get Your appId - Create a Sismo Connect App
Last updated
Last updated
Before you begin integrating Sismo Connect, you must first register a Sismo Connect app in the Sismo Factory. This step is mandatory to obtain an application Id (appId
), which is required during the Sismo Connect development process.
You can register a Sismo Connect app here: https://factory.sismo.io/apps-explorer.
To create a Sismo Connect app, you need to log in with Sign-In With Ethereum and click on “Create a new Sismo Connect app”. You will need to register an app name, enter a description, and upload a logo alongside registering authorized domains. Pay attention to authorized domains, as these are the URLs where the appId
that will be created can be used for Sismo Connect.
Feel free to add *.com
to authorized domains when developing in local. This will allow you to easily whitelist localhost
. Don't forget to update the authorized domains when deploying in production.
Once created, you should have all information about your app displayed in your profile:
The appId
displayed on your app’s profile in the Factory is its unique identifier. You will use it to request proof from your users in your app’s front end and to verify it in the back end or your smart contracts.
In this example, my appId
is 0xde1d47d45d449d7efe9242e66a05e1c1
.