Alfresco custom url access authorization

cancel
Showing results for 
Search instead for 
Did you mean: 
owerfelli
Active Member

Alfresco custom url access authorization

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.

2 Replies
krutik_jayswal
Senior Member II

Re: Alfresco custom url access authorization

It depends on the URL.For example if its the document details page for document than yes.

owerfelli
Active Member

Re: Alfresco custom url access authorization

I want to integrate a mechanism like spring security xml config

<intercept-url pattern="/page/**" access="hasAnyRole('ROLE_ADMIN')" />