Saafe AA - Docs
HomeSandbox
  • Overview
  • Supported FIPs on Saafe
  • Become an FIU
  • Environment
  • Central Registry
    • Overview
    • Create FIU Entity
    • IAM User Endpoints
      • Generate IAM User Token
      • Secret Management
        • Entity Secret Read
        • Entity Secret Reset
    • Entity Auth Token
    • ❌Entity Auth Token (Deprecated)
    • Central Registry APIs
      • GET AA List
      • GET FIP List
      • GET FIU List
    • Postman Collection
  • FIU Module
    • Introduction
    • AA API v2.0.0
    • FIU API v2.0.0
    • JWS Signature
      • Create JSON Web Key (JWK)
      • Create JWS
      • Verify JWS
    • End-to-end Encryption
  • FIP Module
    • Overview
  • AA Client
    • Web Redirection
Powered by GitBook
On this page

Was this helpful?

Environment

Variables
Hackathon
Sandbox

CR Environment

Sandbox

UAT

AA Entity ID

saafe-sandbox

dashboard-aa-preprod

Web App URL

Central Registry (CR) Base URL

https://api.sandbox.sahamati.org.in/cr

https://uatcr.sahamati.org.in

IAM Base URL

https://api.sandbox.sahamati.org.in/iam

https://api.uat.sahamati.org.in/iam

Token Service (OLD) Base URL "Deprecated"

https://tokens.sandbox.sahamati.org.in

https://uattokens.sahamati.org.in

CR Token Public Key

https://tokens.sandbox.sahamati.org.in/auth/realms/sahamati/protocol/openid-connect/certs

https://uattokens.sahamati.org.in/auth/realms/sahamati/protocol/openid-connect/certs

AA Entity JSON

{
  "name": "Saafe Sandbox",
  "id": "saafe-sandbox",
  "code": "saafe-sandbox",
  "entityhandle": "@saafe-sandbox",
  "baseurl": "v2:https://test.saafe.in/api/v2",
  "webviewurl": "https://test.saafe.in/webview",
  "certificate": {
    "alg": "RS256",
    "e": "AQAB",
    "kid": "8f53656e-9b5d-4afd-8208-86f1859d84e5",
    "kty": "RSA",
    "n": "kZtbglKhedm2VSGpQhHugdrwC-sAcJtHyOCXUHeGc1c9tGLGfwSNZ2qVJu6HyYXhaJ11M2-noNVFKFK1PB-pVJAL53jHDa2rMyGHGebb3I8rs1fXoDA3uc-t0E9P6qDlH_BJs2cNEpGyM1NNEG-rIUF1bWKmo8IaifuGu17S8QVeUJ3a2BvzeugHfxgF0RAhW9JziBpX7H-Do-6prwiOcNipRTME7eXhcZuHgGAmOYkkFmRnBSjt90EmfH_cZKGyCDRu0XuEXZXvcTauDbHIJSe4PGDQCEYMeqFt-9MziJZeWUen6CJMxTHxYudGQSbZgPm0q953Zs-o4I_-pBoeXw",
    "use": "sig"
  },
  "inboundports": [
    "443",
    "80"
  ],
  "outboundports": null,
  "ips": [
    "3.108.179.208"
  ]
}
{
  "name": "Dashboard AA PREPROD",
  "id": "dashboard-aa-preprod",
  "code": "dashboard-aa-preprod",
  "entityhandle": "@dashboard-aa-preprod",
  "baseurl": "v2:https://sandbox.saafe.in/api/v2",
  "webviewurl": "https://sandbox.saafe.in/webview",
  "certificate": {
    "alg": "RS256",
    "e": "AQAB",
    "kid": "b5a1468b-1bd4-4be6-b505-bf2c8d4df056",
    "kty": "RSA",
    "n": "p6DCZYiVNsq3WRgzCWuFvXTGUs3BeDJydPMQMjyzXoXb-s_tvkquED0IeMcj30oic-W7xAkqAm579b9epk0aB5bkWmfSy1tlnzCnNmIsHxA0QEXI9PuohSHLfNFHIk921ymPNji5mlRpoKHzt4029MZvRAxytTcNNGxA3GvicHZFuHLio7AENfhEAmVSURuZPNQeolTcLjYjiArypLV_vtXdTI9sz0OhHOh8whC82efpfxz69LMm86WkISFSSCGG_gMvjtGonxRnKE-iqvkOv4ol6ksZs8xnbzFT-Cmlt13n6DbHJ7s4ZVmwlX8H8GEFBuiUb9I-YSt8sbA-KUi76w",
    "use": "sig"
  },
  "inboundports": [
    "443",
    "80"
  ],
  "outboundports": null,
  "ips": [
    "65.0.34.190"
  ]
}
PreviousBecome an FIUNextOverview

Last updated 6 months ago

Was this helpful?

https://test.saafe.in/
https://sandbox.saafe.in/