{
  "issuer": "https://josesoto.ai",
  "authorization_endpoint": "https://josesoto.ai/oauth/authorize",
  "token_endpoint": "https://josesoto.ai/oauth/token",
  "jwks_uri": "https://josesoto.ai/.well-known/jwks.json",
  "userinfo_endpoint": "https://josesoto.ai/oauth/userinfo",
  "registration_endpoint": "https://josesoto.ai/oauth/register",
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "content:read"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://josesoto.ai/llms.txt",
  "ui_locales_supported": [
    "es",
    "es-MX",
    "es-ES"
  ]
}