cancel
Showing results for 
Search instead for 
Did you mean: 

RADIUS and / or TACACS+ Integration with Activiti for IdentiyService

sankarts
Champ in-the-making
Champ in-the-making
The requirement is to integrate Activiti IdentityService with RADIUS and TACACS+ for supporting AAA (Authentication, Authorization & Accounting) functionality.

The User Guide says
The IdentityService is pretty simple. It allows the management (creation, update, deletion, querying, …​) of groups and users. It is important to understand that Activiti actually doesn’t do any checking on users at runtime. For example, a task could be assigned to any user, but the engine does not verify if that user is known to the system. This is because the Activiti engine can also used in conjunction with services such as LDAP, Active Directory, etc.

There is no explicit mention of RADIUS / TACACS+ either in the User Guide or in the community forums.

Queries:
1) Whether Activiti supports integration with RADIUS and TACACS+?

2) If yes, is there any pointers describing how to about integration?

3) If not, by when (based on the roadmap), the support would be in place?

Thanks in advance.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
1) No, that is not supported.
2) The integration is pretty much as in the userguide, plug in your own implementation of those classes. Do note that this doesn't add that much. Activiti doesn't do the actual checks itself, if you ned authorization you will need to write your own logic that checks that and wraps the activiti services.
3) Not, this is the first time I hear this request.