ExternalLoginModule 出现 AEM 错误

AEM Error with ExternalLoginModule

我在 localhost:4504 上创建了作者 AEM6。

当我在服务器上加载任何页面时,出现以下错误:

org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModule No IDP found with name cortexCSR. Will not be used for login.

org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModule No IDP found with name cortex. Will not be used for login.

org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModule No IDP found with name ldap. Will not be used for login.

有谁知道如何解决这个问题?

听起来您可能有一个为 LDAP 身份验证配置的实例。检查这些 URL 以查看是否属于这种情况。

转至 http://localhost:4504/system/console/configMgr and search for "ExternalLoginModule" or "org.apache.jackrabbit.oak" and then edit the config to see what is set for any items you find. It sounds like you have an ExternalLoginModuleFactory configured to look for an LDAPIdentityProvider that hasn't been configured. Most likely you need to add the configuration for the providers. See https://docs.adobe.com/docs/en/aem/6-0/administer/security/ldap-config.html 了解有关如何配置它们的信息。可能存在特定于运行模式的 OSGI 配置文件,因此如果您的本地主机不是 运行 相同的运行模式,那么在这种情况下它不会应用配置。

有关详细信息,另请参阅 http://abani-behera.blogspot.com/2014/07/ldap-integration-with-aem6-osgi-config.html