{
  "client_id": "https://cimd.cerberauth.com/t/nestjs-app-client.json",
  "client_name": "Nest.js App",
  "description": "Nest.js Application with OpenID Connect.",
  "identifier": "nestjs-app",
  "logo_uri": "https://cimd.cerberauth.com/logos/nestjs.svg",
  "keywords": ["javascript", "typescript", "node.js", "nest.js", "express.js", "fastify"],
  "application_type": "web",
  "grant_types": ["authorization_code", "refresh_token"],
  "response_types": ["code"],
  "token_endpoint_auth_method": "none",
  "scope": "openid offline_access profile email",
  "redirect_uris": ["http://localhost:3000/callback"],
  "libraries": [
    {
      "name": "openid-client",
      "description": "OpenID Certified™ Relying Party (OpenID Connect/OAuth 2.0 Client) implementation for Node.js.",
      "url": "https://github.com/panva/node-openid-client"
    }
  ]
}
