Authentication
The authentication process describe how to add a link to your website to Securitize D and how to retrieve the information provided after the login process and use it on Connect API
Last updated
The authentication process describe how to add a link to your website to Securitize D and how to retrieve the information provided after the login process and use it on Connect API
Last updated
Before you can interact with Securitize iD APIs, request from Customer Success team the following information:
issuerID or DomainID: this is the ID which identifies your unique Domain.
OAuthsecret: this is the OAuth secret.
Base URL: where to connect to Securitize iD (Sandbox or Production environments).
You will have to provide a redirectURL to a server where your logic is running. This URL has to be whitelisted by Securite. You can find more information of how to perform the process here.
In order to integrate Securitize iD as an authentication procedure, you will just have to add a Log in with Securitize iD button to your log in/registration page. That button will provide a link to initiate the OAuth process so the user can login and carry out the verification steps.
To initiate the authentication process simply redirect the user to:
Parameter | Description |
CLIENT_ID | Your application client id provided by Securitize |
SCOPE | Scope of data access (we currently only support |
REDIRECT_URL | The url to redirect after investor signs the data share agreement. MUST be list in |
If the process was successful we will return the following data added to your redirect url
Parameter | Description |
code | Authorisation code used to get the user access token. (Code will expire after 5 minutes) |
country | Securitize iD Investor country |
authorized | Returns |
This JavaScript snippet captures the query string of the redirected URL: