{
  "client_id": "https://cimd.cerberauth.com/t/java-spring-app-client.json",
  "client_name": "Spring Boot Application",
  "description": "Spring Boot Application with OpenID Connect.",
  "identifier": "java-spring-app",
  "logo_uri": "https://cimd.cerberauth.com/logos/java-spring-boot.svg",
  "keywords": ["java", "spring", "spring boot"],
  "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"]
}
