- Manage-document-templates - for configuring access for managing document templates
 
- import - users are able to import document templates
 - read - users are able to view document templates
 - edit - users are able to edit document templates
 - admin - users are able to publish or delete document templates The Document plugin is preconfigured with the following default users roles for each of the access scopes mentioned above:
 - 
manage-document-templates
- import:
- ROLE_DOCUMENT_TEMPLATES_IMPORT
 - ROLE_DOCUMENT_TEMPLATES_EDIT
 - ROLE_DOCUMENT_TEMPLATES_ADMIN
 
 - read
- ROLE_DOCUMENT_TEMPLATES_READ
 - ROLE_DOCUMENT_TEMPLATES_IMPORT
 - ROLE_DOCUMENT_TEMPLATES_EDIT
 - ROLE_DOCUMENT_TEMPLATES_ADMIN
 
 - edit:
- ROLE_DOCUMENT_TEMPLATES_EDIT
 - ROLE_DOCUMENT_TEMPLATES_ADMIN
 
 - admin:
- ROLE_DOCUMENT_TEMPLATES_ADMIN
 
 
 - import:
 
These roles need to be defined in the chosen identity provider solution.
SECURITY_ACCESSAUTHORIZATIONS_AUTHORIZATIONNAME_SCOPES_SCOPENAME_ROLESALLOWED: NEEDED_ROLE_NAMES
Possible values for AUTHORIZATIONNAME: MANAGEDOCUMENTTEMPLATES.
Possible values for SCOPENAME: import, read, edit, admin.
For example, if you need to configure role access for read, insert this:

