Custom Jackrabbit Oak Identity Provider
Greetings,
I just wrote my own external Oak identity provider (1) based on LDAP identity provider in the Oak project (2) and configured it based on instructions in AEM documentation (3).
I must have missed something since the authenticate method (4) is never called even if the service is activated and the identity provider name seems to be accepted. Do i need some additional JAAS configuration somewhere or what might be the problem?
Thank you in advance.
1) http://jackrabbit.apache.org/oak/docs/security/authentication/externalloginmodule.html
2) http://jackrabbit.apache.org/oak/docs/security/authentication/ldap.html
3) http://docs.adobe.com/docs/en/aem/6-0/administer/security/ldap-config.html
4) http://jackrabbit.apache.org/oak/docs/apidocs/org/apache/jackrabbit/oak/spi/security/authentication/external/ExternalIdentityProvider.html