cancel
Showing results for 
Search instead for 
Did you mean: 

Custom connector for authentication

berenicestr69
Champ in-the-making
Champ in-the-making
Good morning. I have to do and integrate a connector for authentication to an another DB that stores the username and password.
The version os alfresco is community 4.2.f. When ivoke vía WS API rest alfresco the client send the credentials and alfresco must validate this credentials to that DB. No manage tickets.


How can I do this?? any example o guide? Please help and guide!
Regards
6 REPLIES 6

angelborroy
Community Manager Community Manager
Community Manager
Maybe you can find these links useful to extend authentication subsystem in such way:
* Outdated method at https://code.google.com/p/dsn-chassis-ext/
* Commercial add-on at https://addons.alfresco.com/addons/alfresco-custom-jdbc-authenticator

Hyland Developer Evangelist

Thanks for your help but your info isn't very userful to me.  I don`t want a commercial add-on, y want to develop my own conector. Sorry. I need some help steps for develop a custom authentication conector in alfresco community. I appreciate the help. Regards

Anyone can help me??

angelborroy
Community Manager Community Manager
Community Manager
You have the basis for your develop at https://code.google.com/p/dsn-chassis-ext/source/browse/trunk/_alfresco/source/java/org/wwarn/cms/au...

I think this is a good point to start your own development.
Hyland Developer Evangelist

Thanks for you help.I see the code is for version alfresco  3.4. For version 4.2.f is similar? or there ar many changes (for example in  drupal-authentication-context.xml and in de implementation java class) in the authentication or is similar?

Thanks a lot. Smiley Happy Regards

angelborroy
Community Manager Community Manager
Community Manager
It should work, authentication subsystem has not changed since 3.4. But maybe you find some problem.

Luck!
Hyland Developer Evangelist