Permissions
Standard.site
February 10, 2026
import { Table } from '@/app/components/docs'
import { StandardSite } from '@/app/components/docs'
Permissions
provides a permission set for applications to access publications, documents, and subscriptions.
Overview
Applications that interact with records on a user's Personal Data Server (PDS) must request appropriate permissions. Our permission set defines which collections an application can read from and write to.
Full Access
The site.standard.authFull permission set provides complete access to all features.
Requesting Permissions
Include site.standard.authFull in the OAuth scope when requesting user authorization:
Granted Permissions
This permission set grants access to the following collections:
Related
- Quick Start - Get started implementing
- Publication lexicon - Understanding publication records
- Document lexicon - Understanding document records
- Subscription lexicon - Understanding subscription records
Discussion in the ATmosphere