{
  "name": "SatGate Mock Identity Provider",
  "description": "Issues RS256-signed OIDC JWTs for testing SatGate Mint",
  "endpoints": {
    "discovery": "/.well-known/openid-configuration",
    "jwks": "/.well-known/jwks.json",
    "token": "POST /token",
    "presets": "/presets",
    "health": "/health"
  },
  "docs": "https://cloud.satgate.io/docs/guides/mint-identity"
}