Alfresco custom url access authorization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 05:08 AM
I want to know if there is a mechanism in Alfresco (share) to prevent some user to access some urls basing on custom config, or can I create a custom authentication level for Spring surf.
If there is no manner in Alfresco, have you any suggestion to interpolate an external mecanism of Spring or other frameworks or librery.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 05:29 AM
It depends on the URL.For example if its the document details page for document than yes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2018 06:07 AM
I want to integrate a mechanism like spring security xml config
<intercept-url pattern="/page/**" access="hasAnyRole('ROLE_ADMIN')" />
