WebSDK settings
Configure additional settings when WebSDK is initialized and loaded.
You can prohibit WebSDK initialization if it is performed by domains that are not part of the settings, specify a secret key to sign JWT tokens, and provide a custom redirect URL after successful verification.
Get started
To configure the settings:
- Go to the WebSDK settings page.
- Add trusted domains to allow the WebSDK initialization.
- Provide a secret key to be used to sign JWT (JSON Web Token) tokens every time Sumsub generates them.
- Provide a URL that will change the link domain and generate a JWT query parameter to verify the link. When you provide a secret key in the previous step, a JWT query parameter will be added to the redirect URL automatically.
- Save your changes.
Attention
Make sure to complete the steps described in this article before using this feature.
Updated about 2 months ago