FlowX CMS access rights
Granular access rights can be configured for restricting access to the CMS component.
Four different access authorizations are provided, each with specified access scopes:
- Manage-contents - for configuring access for manipulating CMS contents
Available scopes:
- import - users are able to import enumeration/substitution tags
- read - users are able to show enumeration/substitution tags, export enumeration/substitution tags
- edit - users are able to create/edit enumeration/substitution tags
- admin - users are able to delete enumeration/substitution tags
- Manage-taxonomies - for configuring access for manipulating taxonomies
Available scopes:
- read - users are able to show languages/source systems
- edit - users are able to edit languages/source systems
- admin - users are able to delete languages/source systems
- Manage-media-library - for configuring access rights to use Media Library
Available scopes:
- import - users are able to import assets
- read - users are able to view assets
- edit - users are able to edit assets
- admin - users are able to delete assets
- Manage-themes - for configuring access rights to use themes, fonts and designer assets
Available scopes:
- import - users are able to import fonts
- read - users are able to view fonts
- edit - users are able to edit fonts
- admin - users are able to delete fonts
The CMS service is preconfigured with the following default users roles for each of the access scopes mentioned above:
-
manage-contents
- import:
- ROLE_CMS_CONTENT_IMPORT
- ROLE_CMS_CONTENT_EDIT
- ROLE_CMS_CONTENT_ADMIN
- read:
- ROLE_CMS_CONTENT_EDIT
- ROLE_CMS_CONTENT_ADMIN
- ROLE_CMS_CONTENT_READ
- ROLE_CMS_CONTENT_IMPORT
- edit:
- ROLE_CMS_CONTENT_EDIT
- ROLE_CMS_CONTENT_ADMIN
- admin:
- ROLE_CMS_CONTENT_ADMIN
- import:
-
manage-taxonomies
- import:
- ROLE_CMS_TAXONOMIES_IMPORT
- ROLE_CMS_TAXONOMIES_EDIT
- ROLE_CMS_TAXONOMIES_ADMIN
- read:
- ROLE_CMS_TAXONOMIES_READ
- ROLE_CMS_TAXONOMIES_IMPORT
- ROLE_CMS_TAXONOMIES_EDIT
- ROLE_CMS_TAXONOMIES_ADMIN
- edit:
- ROLE_CMS_TAXONOMIES_EDIT
- ROLE_CMS_TAXONOMIES_ADMIN
- admin:
- ROLE_CMS_TAXONOMIES_ADMIN
- import:
-
manage-media-library
- import:
- ROLE_MEDIA_LIBRARY_IMPORT
- ROLE_MEDIA_LIBRARY_EDIT
- ROLE_MEDIA_LIBRARY_ADMIN
- read:
- ROLE_MEDIA_LIBRARY_READ
- ROLE_MEDIA_LIBRARY_EDIT
- ROLE_MEDIA_LIBRARY_ADMIN
- ROLE_MEDIA_LIBRARY_IMPORT
- edit:
- ROLE_MEDIA_LIBRARY_EDIT
- ROLE_MEDIA_LIBRARY_ADMIN
- admin:
- ROLE_MEDIA_LIBRARY_ADMIN
- import:
-
manage-themes
- import:
- ROLE_THEMES_IMPORT
- ROLE_THEMES_EDIT
- ROLE_THEMES_ADMIN
- read:
- ROLE_THEMES_READ
- ROLE_THEMES_EDIT
- ROLE_THEMES_ADMIN
- ROLE_THEMES_IMPORT
- edit:
- ROLE_THEMES_EDIT
- ROLE_THEMES_ADMIN
- admin:
- ROLE_THEMES_ADMIN
- import:
The needed roles should be defined in the chosen identity provider solution.
In case other custom roles are needed, you can configure them using environment variables. More than one role can be set for each access scope.
To configure access for each of the roles above, adapt the following input:
SECURITY_ACCESSAUTHORIZATIONS_AUTHORIZATIONNAME_SCOPES_SCOPENAME_ROLESALLOWED: NEEDED_ROLE_NAMES
Possible values for AUTHORIZATIONNAME
: MANAGECONTENTS
, MANAGETAXONOMIES
.
Possible values for SCOPENAME
: import, read, edit, admin.
For example, if you need to configure role access for import, insert this:
Was this page helpful?