实施二次认证方案
我有一个使用 LDAP 进行身份验证的 apex 应用程序,它还会检查数据库中的某个值是 true 还是 false。我不知道如何组合身份验证。
I have an apex application that authenticates using LDAP which would also check to see if a certain value in the database is true or false. I can't see how I can combine authentications.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能组合 APEX 中提供的“预配置”方案。但是,您可以创建一个自定义身份验证方案,将 LDAP 身份验证与其他检查相结合。这需要手动编码,它不能包含“预配置”LDAP 功能。我没有任何使用 LDAP 身份验证的经验,因此无法提供进一步帮助。
You cannot combine the "pre-configured" schemes provided in APEX. However you could create a custom authentication scheme that combined LDAP authentication with your other check. This would need to be manually coded, it could not include the "pre-configured" LDAP functionality. I don't have any experience of using LDAP authentication so cannot help further.