- Manage-notification-templates - for configuring access for managing notification templates
- import - users are able to import notification templates
- read - users are able to view notification templates
- edit - users are able to edit notification templates
- admin - users are able to publish or delete notification templates
- Manage-notifications - for configuring access to REST endpoints for managing and sending notifications
- read - users are able to view and retrieve notification records via REST
- send - users are able to send notifications via REST API endpoints to specified recipients
- admin - users are able to manage general notification settings and administration
-
manage-notification-templates
- import:
- ROLE_NOTIFICATION_TEMPLATES_IMPORT
- ROLE_NOTIFICATION_TEMPLATES_EDIT
- ROLE_NOTIFICATION_TEMPLATES_ADMIN
- read:
- ROLE_NOTIFICATION_TEMPLATES_READ
- ROLE_NOTIFICATION_TEMPLATES_IMPORT
- ROLE_NOTIFICATION_TEMPLATES_EDIT
- ROLE_NOTIFICATION_TEMPLATES_ADMIN
- edit:
- ROLE_NOTIFICATION_TEMPLATES_EDIT
- ROLE_NOTIFICATION_TEMPLATES_ADMIN
- admin:
- ROLE_NOTIFICATION_TEMPLATES_ADMIN
- import:
-
manage-notifications:
- read:
- ROLE_MANAGE_NOTIFICATIONS_READ
- send:
- ROLE_MANAGE_NOTIFICATIONS_SEND
- admin:
- ROLE_MANAGE_NOTIFICATIONS_ADMIN
- read:
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: MANAGENOTIFICATIONTEMPLATES
.
Possible values for SCOPENAME: import, read, edit, admin.
For example, if you need to configure role access for read, insert this: