{
  "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",
  "revocation_uri": "https://launchhive.io/api/auth/sign-out",
  "agent_auth": {
    "skill": "https://launchhive.io/auth.md",
    "register_uri": "https://launchhive.io/api/auth/oauth2/register",
    "identity_types_supported": [
      "human",
      "agent"
    ],
    "credential_types_supported": [
      "oauth_access_token"
    ],
    "registration_methods": [
      {
        "type": "dynamic_client_registration",
        "spec": "RFC 7591",
        "register_uri": "https://launchhive.io/api/auth/oauth2/register",
        "grant_types": [
          "authorization_code"
        ],
        "code_challenge_methods": [
          "S256"
        ],
        "token_endpoint_auth_methods": [
          "none",
          "client_secret_basic"
        ]
      }
    ],
    "revocation_uri": "https://launchhive.io/api/auth/sign-out",
    "identity_types": [
      "human",
      "agent"
    ],
    "credential_types": [
      "oauth_access_token"
    ]
  }
}