How to make webscript callable only from Share?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2013 03:42 PM
Hello,
I need to implement admin-privileged repository webscript, but for security reasons I'd like to limit calling this script only to Share webscript controllers. I could then call the Share module from the client, and verify whatever I need before passing a call to this webscript.
Currently I am making two calls to the repo from my share module, which seems inefficient.
What would be a better way to do this?
I need to implement admin-privileged repository webscript, but for security reasons I'd like to limit calling this script only to Share webscript controllers. I could then call the Share module from the client, and verify whatever I need before passing a call to this webscript.
Currently I am making two calls to the repo from my share module, which seems inefficient.
What would be a better way to do this?
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2013 12:01 AM
I'm afraid web scripts have no such feature
Why don't configure your alfresco application server to restrict access to it by IP address(for example share only):
Why don't configure your alfresco application server to restrict access to it by IP address(for example share only):
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2013 12:02 AM
I'm afraid web scripts have no such feature
Why don't configure your alfresco application server to restrict access to it by IP address(for example share only):
Why don't configure your alfresco application server to restrict access to it by IP address(for example share only):
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2013 12:03 AM
I'm sorry,I have a bad connection which always cause me to post twice.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2013 08:20 AM
I've ended up adding an access token when calling from share webscript. I cannot really restrict the access to the full repo, as there are other places I pull info from Alfresco from.