read:research_papers
Verb: read
Resource: research_papers
Use
import { SCOPES, requireScope } from "@platform/scopes";
app.use("/v1/research_papers/*", requireScope(SCOPES.READ_RESEARCH_PAPERS));Granted via
This scope is granted to a token through one of:
- The user explicitly approved it on the consent screen when an app requested it
- The user has an admin role that includes it (M2M client_credentials, admin staff)
- A higher-privilege scope (
manage:research_papersoradmin:*) satisfies it