Create OAuth Scope
OAuth Scope Help
About OAuth Scopes
OAuth scopes define specific permissions that applications can request. They help limit access to only what's necessary.
Naming Guidelines:
- Use lowercase letters and underscores
- Be descriptive but concise
- Common examples:
read,write,admin - Resource-specific:
users:read,files:write
Settings:
- Active: Whether scope can be used
- Consent Screen: Show to end users
- Elevated: Requires extra authorization
- Sort Order: Display order in lists