Login

The authorization flow redirects to the torus directly with the necessary information.

Login flow

The login flow starts when navigating to the Torus Digital login.

Initiate Login Process: navigate to the Torus Digital login page using the following URL, replacing <API_KEY> with your actual API key

Base URL
https://connects.torusdigital.com/connect/login/<API_KEY>

Redirect to SSO Login: Upon accessing the API URL, the user is redirected to the SSO login page to authenticate

Email or Mobile Verification

The user verifies their identity through one of the following methods:

  • Email Verification: An OTP (One-Time Password) is sent to the user's registered email.

  • Mobile Verification: An OTP is sent to the user's registered mobile number.

OTP Validation

The user enters the received OTP on the verification page. If the OTP is valid, the user is redirected to the end URL.

Retrieve Request Token:

After successful OTP validation and redirection, you will receive a final URL that includes a REQUEST_TOKEN

Notes

  • During the onboarding process, when you register as a client with us, you will receive your API key and API secret.

  • Keep all URLs and tokens confidential and secure.

  • Validate OTPs promptly as they are time-sensitive.

  • Handle your token keys securely as they are essential for accessing the API.

Last updated