{
  "issuer": "https://launchhive.io/api/auth",
  "authorization_endpoint": "https://launchhive.io/api/auth/oauth2/authorize",
  "token_endpoint": "https://launchhive.io/api/auth/oauth2/token",
  "userinfo_endpoint": "https://launchhive.io/api/auth/oauth2/userinfo",
  "jwks_uri": "https://launchhive.io/api/auth/jwks",
  "registration_endpoint": "https://launchhive.io/api/auth/oauth2/register",
  "end_session_endpoint": "https://launchhive.io/api/auth/oauth2/endsession",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "submit",
    "vote"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "EdDSA"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "x-canonical": "https://launchhive.io/api/auth/.well-known/openid-configuration"
}