帐户已锁定在API Manager Store& Publisher 2.1.0

时间:2017-06-07 03:30:57

标签: wso2 wso2is wso2-am wso2carbon

是否有办法在API Store和API Publisher尝试失败登录次数后锁定用户的帐户?我已经在FAQ API Manager上查看,但随后文档重定向到Identity Server文件。

有什么方法可以解决这个问题吗?

谢谢。

2 个答案:

答案 0 :(得分:0)

您可以在APIM_HOME / repository / conf / identity / identity-mgt.properties文件中更改以下属性。

  

Authentication.Policy.Account.Lock.On.Failure.Max.Attempts

Authentication.Policy.Password.Expire.Time=0
# If account verification is not enabled, following property will decide where user must be lock or not after user is created 
Authentication.Policy.Account.Lock.On.Creation=false
Authentication.Policy.Account.Lock.Time=0
Authentication.Policy.Account.Lock.On.Failure=false
Authentication.Policy.Account.Lock.On.Failure.Max.Attempts=0

答案 1 :(得分:0)

您应首先在WSO2 API Manager中安装以下Identity Feature。

帐户恢复和凭据管理

版本:5.7.5

然后,您将获得/ repository / conf / identity目录中的identity-mgt.properties文件。

通过将以下属性值更改为首选数字,您可以在多次尝试后实现帐户锁定。

Authentication.Policy.Account.Lock.On.Failure.Max.Attempts=0

注意: 要安装上述功能,

  • 登录API Manager 2.1.0的管理控制台(httpso:// localhost:9443 / carbon)
  • 转到配置>特征>存储库管理并添加以下存储库。 http://product-dist.wso2.com/p2/carbon/releases/wilkes/
  • 然后搜索"帐户恢复和凭据管理功能"。
  • 选择并安装版本5.7.5,如下所示。enter image description here
  • 重新启动服务器。