cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication against a 3rd-party User Directory

fguillaume
Champ in-the-making
Champ in-the-making
Hello,

We need to configure or extend Alfresco 2.2 so that it may authenticate users against a User Directory that isn't either LDAP or AD. This applicative User Directory stores information (username, password, role…) for all the client's custom applications. It has a Web Services interface and provide methods like


getAllGroups
getGroupsStartingWith(String pFilter)
isUserInUserDirectory(String pUsername, String pPassword).

What is the most adapted way to modify the Alfresco's standard authentication mechanism so that it could:
- update the Alfresco inner groups and users on a periodic basis
- verify the password provided by the user against the User Directoy

Thank you for your support,

Guillaume
1 REPLY 1

andy
Champ on-the-rise
Champ on-the-rise
Hi

You need to write your own AuthenticationComponent and a related DAO if you want to create, update and delete users.

Andy