SahamatiNet
  • Background
  • SahamatiNet POC
    • Introduction
    • Applications
    • Observability
    • Integration Steps
      • Sandbox Onboarding
      • IAM APIs
      • CR APIs
      • Integration with Router
        • Sample Code Snippets
          • Python
          • Java
          • JavaScript
          • GoLang
          • C#
        • Router APIs Specifications
          • FIU API Specification
          • AA API Specification
          • FIP API Specification
      • ReBIT Workflows using Router
        • Account Discovery & Linking
        • Consent Workflow
        • FI Request Workflow
    • Integration with Simulators
      • AA Simulator
      • FIP Simulator
      • FIU Simulator
    • Validation of Integration
  • Glossary
  • Guidelines
  • Frequently Asked Questions
  • How To Guides
    • How To Onboard to Sandbox ?
    • How To Decide on an Entity ID ?
    • How To Generate a Certificate ?
    • How To Generate Tokens ?
Powered by GitBook
LogoLogo

Copyright © 2025 - Sahamati Foundation

On this page

Was this helpful?

Export as PDF
  1. How To Guides

How To Onboard to Sandbox ?

PreviousHow To GuidesNextHow To Decide on an Entity ID ?

Was this helpful?

Steps for Onboarding to SahamatiNet Router in Sandbox:

1. What You Need to Provide:

  • Organisation Details: For onboarding your organisation as an Entity (FIP, AA, or FIU) in the Central Registry.

    • Entity ID for your organisation

    • Base URL Endpoint to your application

    • RSA Public Key

    • IP Address, inbound and outbound ports [optional for UAT, required for Production environment for whitelisting]

  • Designated User: Provide required contact details of a representative responsible for generating and managing the client secret key for your entity in IAM(Token Service).

    • Name, Email address of the designated email account from your organisation.

    • It is recommended to use a service account email associated with the participant organisation. This ensures the account remains under the organisation's control for long-term management, providing consistency and seamless operation over time.

2. Where to Find Onboarding Details:

  • Full onboarding instructions and required JSON details can be found.

3. Submission Process:

  • For regulated entities in AA ecosystem, do send the required details to sandbox@sahamati.org.in.

  • The Sahamati team will review your submission and provide access credentials to your designated user via an email.

  • Do note, this step will be moved to a registration page on a self service portal for SahamatiNet Router going forward.

4. Client Secret Token Generation:

  • Once the designated user is onboarded by Sahamati, they will receive an email to set a password.

  • Using this email and the newly set password, the designated user can:

Generate a user token for the Token Service (IAM) through the .

Reset the secret using the to generate a new client secret.

Retrieve the existing entity secret using the .

Using this entity secret, you can .

Refer to the for more details.

here
API documentation
User Token Generate API
Secret - Reset API
Secret - Read API
Generate the Entity Secret