Execute custom code on login

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2016 01:20 PM
I am looking for information about executing custom code on successful login to share. I am using Alfresco version 5.0.d. I have reviewed documentation about Custom Actions at http://docs.alfresco.com/community/references/dev-extension-points-actions.html; but I don't see how I can use that with login.
What I am trying to do is execute code to integrate with an external system and retrieve logged in user's information and add him to appropriate roles in Alfresco based on that information.
I am requesting pointers for doing this.
Best regards,
Rahul Phadnis
What I am trying to do is execute code to integrate with an external system and retrieve logged in user's information and add him to appropriate roles in Alfresco based on that information.
I am requesting pointers for doing this.
Best regards,
Rahul Phadnis
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2016 08:25 PM
One option that I can think of is - check if you can customize login web script itself to achieve this. In login web script, if authentication is successful then do your custom processing and then return response back. See if this work or not.
Hope this helps.
Hope this helps.
