{
  "issuer": "https://app.toreva.com.br",
  "authorization_endpoint": "https://app.toreva.com.br/login",
  "token_endpoint": "https://app.toreva.com.br/oauth/token",
  "jwks_uri": "https://app.toreva.com.br/.well-known/jwks.json",
  "registration_endpoint": "https://app.toreva.com.br/criar-conta",
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "response_types_supported": ["code"],
  "scopes_supported": ["openid", "profile", "email", "leads:read", "leads:write", "crm:read", "crm:write"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post"],
  "agent_auth": {
    "register_uri": "https://app.toreva.com.br/criar-conta",
    "identity_types_supported": ["user", "organization", "agent"],
    "credential_types_supported": ["oauth2_authorization_code"],
    "claims_uri": "https://toreva.com.br/auth.md",
    "revocation_uri": "https://app.toreva.com.br/oauth/revoke"
  }
}
