用户名恢复抛出回调 URL 验证失败
Username Recovery throwing Callback URL validation failed
Wso2 身份服务器版本:5.11.0
更改管理员密码后,我在恢复用户名时出现以下错误。
错误!
回调 URL 验证失败。 org.wso2.carbon.identity.mgt.endpoint.util.client.IdentityRecoveryException:实例化 IdentityProviderMgtServiceStub 时出错
登录 Wso2 身份服务器时出错 wso2carbon.log:
[2021-09-06 03:29:02,012] [efd866e3-0236-46d7-bcc1-be378dfbcac8] 警告 {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - 登录失败。未经授权的登录尝试 'admin[-1234]' [2021-09-06 03:29:02,012+0000]
[2021-09-06 03:29:02,012] [efd866e3-0236-46d7-bcc1-be378dfbcac8] 警告 {org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} - [2021-09-06 [=33= 的非法访问尝试],0012] 来自 IP 地址 127.0.0.1,同时尝试验证对服务 IdentityProviderMgtService
的访问
谁能指点一下。
我从 WSO2 控制台更改了管理员密码,并且使用更新后的密码登录工作正常。
但是在用户名恢复期间,它会在日志中抛出非法访问尝试。
我在这里错过了什么?
我已经在 cipher-text.properties 和 user-mgt.xml 文件中更新了新密码。
您可以在位于
的RecoveryEndpointConfig.properties文件中进行配置覆盖
/repository/deployment/server/webapps/accountrecoveryendpoint/WEB-INF/classes
改变
identity.server.service.access.password=admin
到您在管理控制台中更新的那个。
Wso2 身份服务器版本:5.11.0
更改管理员密码后,我在恢复用户名时出现以下错误。 错误! 回调 URL 验证失败。 org.wso2.carbon.identity.mgt.endpoint.util.client.IdentityRecoveryException:实例化 IdentityProviderMgtServiceStub 时出错
登录 Wso2 身份服务器时出错 wso2carbon.log:
[2021-09-06 03:29:02,012] [efd866e3-0236-46d7-bcc1-be378dfbcac8] 警告 {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - 登录失败。未经授权的登录尝试 'admin[-1234]' [2021-09-06 03:29:02,012+0000] [2021-09-06 03:29:02,012] [efd866e3-0236-46d7-bcc1-be378dfbcac8] 警告 {org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} - [2021-09-06 [=33= 的非法访问尝试],0012] 来自 IP 地址 127.0.0.1,同时尝试验证对服务 IdentityProviderMgtService
的访问谁能指点一下。
我从 WSO2 控制台更改了管理员密码,并且使用更新后的密码登录工作正常。 但是在用户名恢复期间,它会在日志中抛出非法访问尝试。 我在这里错过了什么?
我已经在 cipher-text.properties 和 user-mgt.xml 文件中更新了新密码。
您可以在位于
的RecoveryEndpointConfig.properties文件中进行配置覆盖改变
identity.server.service.access.password=admin
到您在管理控制台中更新的那个。