Skip to main content

 Glossary

A-Z glossary of PageSeeder concepts

OAuth scopes

When an app connects to PageSeeder using OAuth it acts as PageSeeder member. In PageSeeder v6.1 and higher the app no longer has all the permissions that the member has but only those allowed by the scope specified for the app’s OAuth client. The scope consists of one or more scopes described in the following separated by spaces, for example: openid profile email.

  • Scopes can only restrict the normal permissions the member has in PageSeeder.
  • Scopes cannot give the member more permissions.
  • If a scope is not specified for the client then the user has only public permissions to that object.
  • For group and project scopes an app can request a scope with less permissions than the client scopes, otherwise it gets the client scopes. For example if the client has contributor scope the app can request reviewer or guest scope, otherwise it gets contributor scope.
  • Any scopes other than openid, profile and email require PageSeeder v6.1 or higher.

For PageSeeder v6.1 and higher all apps that create OAuth clients should be modified to set the scopes that they require.

General scopes

Allow these permissionsScope
Get the member’s profile and email details during authenticationopenid
Get the member’s first name and family nameprofile
Get the member’s emailemail
Allows all the member's usual permissions. In PageSeeder v6.1 this scope is added automatically to OAuth clients that don’t specify the new scopes for backward compatibility but it won’t be allowed in future versions.
all

Group scopes

The group permissions and their corresponding scopes are listed in the following table. A client can only have one scope from each column and the server scope is overridden by the other scope for groups the member belongs to.

Restrict to these permissionsIn groups the member belongs toIn any group on the server (administrator members only)
View documents, comments and tasksguestserver-guest
Post and reply to comments/tasks and view the group members list (plus guest permissions)reviewerserver-reviewer
Edit and delete their own comments/tasks, create, edit, upload, move, and archive documents (plus reviewer permissions)contributorserver-contributor
Add and modify the members of the group, edit or archive the comments of other members, configure the group and modify some group properties (plus contributor permissions)managerserver-manager
Approve and close tasks and workflows and create document versions (plus manager permissions)approverserver-approver

Project scopes

The project permissions and their corresponding scopes are listed in the following table. A client can only have one scope from each column and the server scope is overridden by the other scope for projects the member belongs to.

Restrict to these permissionsIn projects the member belongs toIn any project on the server (administrator members only)
Create groups within the projectproject-contibutorserver-project-contributor
Add and remove members of the project, configure the project and create groups within the project (plus project contributor permissions)project-managerserver-project-manager

Other administrator only scopes

Allow these permissionsFor this scope
Create new projects and view all projectsproject-creator
View, add, edit, delete, move, import, export, validate project template files, view server properties and reprocess URL/non-PSML metadatadeveloper
View, add, edit, delete accounts, edit their memberships and impersonate membersaccount-manager
View, add, edit, delete OAuth clientsoauth-manager
View, add, edit, delete Webhookswebhook-manager
Created on , last edited on