Expand my Community achievements bar.

SOLVED

Custom login module in CQ 5.4

Avatar

Level 1

I'm using Adobe CQ 5.4 and would like to write a custom login module to authenticate across my database. However in the link http://dev.day.com/docs/en/crx/current/deploying/custom-login-modules.html, instructions are given for 5.5 only. Would like to know if there is any way that I can do this in CQ 5.4?

1 Accepted Solution

Avatar

Correct answer by
Level 10

There is a good community article covering this use case:

http://www.wemblog.com/2013/03/how-to-create-custom-authentication.html

This is done by using a custom OSGi bundle that is covered in this article. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

There is a good community article covering this use case:

http://www.wemblog.com/2013/03/how-to-create-custom-authentication.html

This is done by using a custom OSGi bundle that is covered in this article.