{
  "client_id": "https://cimd.cerberauth.com/t/vue-spa-client.json",
  "client_name": "Vue SPA",
  "description": "Vue Single Page Application with OpenID Connect.",
  "identifier": "vue-spa",
  "logo_uri": "https://cimd.cerberauth.com/logos/vue.svg",
  "keywords": ["javascript", "vue"],
  "application_type": "spa",
  "grant_types": ["authorization_code"],
  "response_types": ["code"],
  "token_endpoint_auth_method": "none",
  "scope": "openid profile email",
  "redirect_uris": ["https://cerberauth-vue-spa-oidc.pages.dev/callback"],
  "client_uri": "https://cerberauth-vue-spa-oidc.pages.dev/",
  "example": {
    "name": "Vue SPA Example",
    "url": "https://cerberauth-vue-spa-oidc.pages.dev/",
    "repository": {
      "url": "https://github.com/cerberauth/openid-connect-examples/tree/main/examples/vue-spa"
    }
  }
}
