cancel
Showing results for 
Search instead for 
Did you mean: 

Customise authentication alfresco 5.1

maltit
Champ in-the-making
Champ in-the-making
Hello,

I'm developing an Alfresco extension using the Alfresco AMP archetype SDK 2.2.0 . I want to customise the authentification system, in order to control some informations about the user before he logs in.

Can you please tell me how to do this ?
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
Alfresco is also a web application so just like typical web application you can use filters to intercept user login and get required information there.
Alfresco Authentication Service Details you can find here.

http://dev.alfresco.com/resource/docs/java/org/alfresco/service/cmr/security/AuthenticationService.h...