Edge for Private Cloud v. 4.17.01
如果您想关闭外部身份验证并还原为在 Apigee Edge 中使用内部身份验证 LDAP,请执行这些步骤。
- 在文本编辑器中打开 /opt/apigee/customer/application/management-server.properties。
- 将 conf_security_authentication.user.store 属性设置为 ldap。注意:请确保行末尾没有尾随空格。
conf_security_authentication.user.store=ldap - 可选:按照之前不同系统管理员所需的配置进行操作,但需要将外部 LDAP 用户名替换为 Apigee Edge 系统管理员的电子邮件地址。
- 重启管理服务器:
> /opt/apigee/apigee-service/bin/apigee-service edge-management-server restart - 验证服务器是否正在运行:
> /opt/apigee/apigee-service/bin/apigee-all status -
重要提示:关闭外部身份验证后,Edge 组织管理员必须执行以下操作:
- 确保 Apigee Edge 中不应有任何用户。您需要手动移除这些用户。
- 告知用户,由于外部身份验证功能已关闭,用户需要开始使用原始密码(如果记得)或完成“忘记了密码”流程才能登录。