【发布时间】:2017-01-19 10:55:13
【问题描述】:
我仍在尝试从 wso2is-5.2.0 to wsois-5.3.0. 迁移我的应用程序 我的应用是一个管理用户的rest api,我称之为wso2is soap webservices。
在 5.3.0 中,我似乎无法使用 web 服务修改身份声明,例如 identity/accountLocked 或 identity/failedLoginAttempts
TID:1 [2017-01-19 10:42:26,672] admin@wso2.org@mycompany.com 1 [IS]错误 {org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver} - InvalidOperation 身份声明不支持此操作 org.wso2.carbon.user.core.UserStoreException: InvalidOperation This 身份声明不支持操作 在 org.wso2.carbon.identity.governance.listener.IdentityStoreEventListener.doPreSetUserClaimValue(IdentityStoreEventListener.java:202) 在 org.wso2.carbon.user.core.common.AbstractUserStoreManager.setUserClaimValue(AbstractUserStoreManager.java:1252)
我需要在某些用例上手动解锁帐户,或重置 failedLoginAttempts 以进行集成测试,是否有其他 Web 服务/解决方案可以实现?
问候,
【问题讨论】:
-
你试过什么服务?
-
RemoteUserStoreManagerServiceStub.setUserClaimValue()