{
  "status": "success",
  "serverPublicKey": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEabcdefgh...",
  "features": {
    "s2u": true,
    "biometric": true
  },
  "s2uVersion": "V5",
  "etbOnboardingConsentVersion": "V1",
  "s2uRegConsentVersion": "V1",
  "functionCodes": [
    "M2U0001",
    "M2U0002",
    "M2U0003",
    "M2U0004",
    "M2U0005",
    "M2U0006",
    "M2U0007"
  ],
  "stepUpEndpoint": null,
  "maxS2uRetries": 3,
  "endpoints": [
    {
      "path": "api/identity/cerebro/v1/session/init",
      "scope": "onboarding",
      "needPayloadEncryption": true
    },
    {
      "path": "v1/security/init",
      "scope": "onboarding",
      "needPayloadEncryption": false
    },
    {
      "path": "v1/customer/profile",
      "scope": "pre-login",
      "needPayloadEncryption": false
    },
    {
      "path": "v1/bio/challenge",
      "scope": "pre-login",
      "needPayloadEncryption": false
    },
    {
      "path": "v1/bio/verify",
      "scope": "pre-login",
      "needPayloadEncryption": true
    },
    {
      "path": "v1/interceptor/l2-test",
      "scope": "post-login",
      "needPayloadEncryption": false
    }
  ],
  "stepUp": {
    "post-login": {
      "authenticators": [
        "biometric"
      ],
      "fallback": [
        "password"
      ]
    }
  },
  "mfa": {
    "biometric_max_attempts": 5,
    "pin_min_length": 6,
    "pin_max_attempts": 10,
    "lockout_duration_seconds": 30,
    "otp_length": 6,
    "otp_timeout_seconds": 120
  }
}