Hi,
I would like ilias to authenticate against my own database. The only way this may happen is to implement my own ilias authentication plugin.
Therefore I derived from ilAuthPlugin and implemented several functions like getAuthIds(), isAuthActive(),
getMultipleAuthModeOptions() ...
My plugin gets recognized as authentication method when I open the login page. When executing the login command an instance of ilAuthProviderFactory is created and a login provider for my authentication mode is requested. This fails, because in this function (getProviderByAuthMode() of ilAuthProviderFactory) only the builtin auth modes are supported, such as LDAP, LOCAL, APACHE, RADIUS, SHIBBOLETH and ECS.
My plugin is not asked for a login provider for my authentication mode!?
What am I missing to implement such a authentication method?
Thanks
Sebastian