How to make execute method of activiti engine secure with rest api calls.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2016 06:35 AM
I am using activiti engines execute method in my application and calling it from a rest based service. But now anyone can execute it because my rest endpoints are not secured. Is there any way to make execute method secure so that only activiti's registered users (kermit and all other register users in ACT_ID_USER) can perform execute task. I have attached two screenshots with this (Execute method implementation and Rest Controller method).
Any help would be highly appreciated.
Any help would be highly appreciated.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2016 07:05 AM
> now anyone can execute it because my rest endpoints are not secured.
That is completely up to you. Activiti REST ships with a very light security, but the idea is that you build your own layer around it.
That is completely up to you. Activiti REST ships with a very light security, but the idea is that you build your own layer around it.
