WSO2 IS 5.3.0 无法解锁账户
WSO2 IS 5.3.0 Impossible to unlock account
我使用soap服务来注册用户,但是因为, I'm changing to use the new rest-api
我按照 this article 使用了新方法,但是我在调用时收到错误
UserIdentityManagementAdminService.unlockAccount
段落中描述:
使用管理服务解锁用户帐户
错误是:
{org.wso2.carbon.identity.mgt.services.UserIdentityManagementAdminService}
- Error occurred while unlocking account for: test@test.com org.wso2.carbon.identity.base.IdentityException: Cannot unlock
account, IdentityMgtEventListener is not enabled.
但是在新的方法段落中它说禁用IdentityMgtEventListener,如果我启用它,解锁也不起作用,没有错误问题,但帐户仍然被锁定。
我将使用 RemoteUserStoreManagerClient.setUserClaimValues 解锁,但我认为文档中缺少某些内容,无法在创建后以编程方式解锁用户...
此致,
是的。你必须使用 RemoteUserStoreManagerClient.setUserClaimValues 方法。如果您使用 new-rest-based api 进行帐户锁定,这是锁定解锁用户的唯一方法。
谢谢
伊苏拉。
我使用soap服务来注册用户,但是因为
我按照 this article 使用了新方法,但是我在调用时收到错误
UserIdentityManagementAdminService.unlockAccount
段落中描述:
使用管理服务解锁用户帐户
错误是:
{org.wso2.carbon.identity.mgt.services.UserIdentityManagementAdminService} - Error occurred while unlocking account for: test@test.com org.wso2.carbon.identity.base.IdentityException: Cannot unlock account, IdentityMgtEventListener is not enabled.
但是在新的方法段落中它说禁用IdentityMgtEventListener,如果我启用它,解锁也不起作用,没有错误问题,但帐户仍然被锁定。
我将使用 RemoteUserStoreManagerClient.setUserClaimValues 解锁,但我认为文档中缺少某些内容,无法在创建后以编程方式解锁用户...
此致,
是的。你必须使用 RemoteUserStoreManagerClient.setUserClaimValues 方法。如果您使用 new-rest-based api 进行帐户锁定,这是锁定解锁用户的唯一方法。
谢谢
伊苏拉。