google mini 可以搜索使用 CAS 身份验证的 liferay 门户吗?
我们正在建立一个基于 Liferay 的门户,同时我们正在将我们机构的内联网转移到 Tridion CMS 上。
Tridion 使用 google mini 作为其搜索工具,而 Liferay 使用 lucene。
我们想要的是为两个系统建立索引的单个搜索。
对我们来说最大的问题是 Liferay 使用 CAS 进行身份验证,我们不确定如何让 google mini 在 liferay 中进行身份验证。
We are setting up a portal based on Liferay at the same time we are moving our insitution's intranet onto Tridion CMS.
Tridion is using google mini as its search tool, while Liferay is using lucene.
What we want is a single search that indexes both systems.
The big issue for us is that Liferay is using CAS for authentication and we are not sure how to get google mini authenticated into liferay.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以为 Liferay 设置 LDAP,Google mini 也可以设置 LDAP。
You can set LDAP for Liferay and Google mini can LDAP too.
我有同样的问题。我将在 liferay 中创建一个 service-api-admin 帐户,并通过 auto.login.hooks 属性(在 Portal-ext.properties 中)添加额外的身份验证AutoLogin。该身份验证器将使用 liferay 数据库密码值来验证 service-api-admin 帐户,而无需通过 CAS,因此您将能够通过 REST 调用提供身份验证。
I have the same problem. I am going to create a service-api-admin account in liferay and add an additional authentication AutoLogin via the auto.login.hooks property (in portal-ext.properties). That authenticator will use the liferay database password value to verify the service-api-admin account without going through CAS so you will be able to supply authentication with your REST calls.