【发布时间】:2019-02-12 13:58:26
【问题描述】:
我目前正在评估 WSO2 IS 的 APIM 身份验证。基本上,APIM 登录、身份验证和令牌生成应该通过 WSO2 IS 进行。
我已经阅读了许多存在于 wso2 站点中的文档,但无法阅读。
我使用 IS 作为 5.7.0 版,APIM 作为 2.5.0 版
如果有人可以帮助我获得具有逐步过程的正确文档链接,那可能会提供很大的支持。
但是,我已经浏览了以下链接
这里是 [link1] (https://docs.wso2.com/display/CLUSTER44x/Configuring+the+Identity+Server+5.2.0+as+a+Key+Manager+with+API+Manager+2.0.0#)
和 这里是 [link2] https://docs.wso2.com/display/CLUSTER420/Configuring+the+Identity+Server+5.0.0+with+API+Manager+1.9.1
如前所述,现在我已将 IS 与 IAM 集成,但当我尝试从商店获取应用程序订阅令牌时,出现以下错误
错误 - AbstractKeyManager 无法检索给定使用者密钥的 OAuth 应用程序:xxxxxxxxxxxxxxxxxxxxx org.apache.axis2.AxisFault:找不到端点引用(EPR)的服务https://localhost:9445/services/APIKeyMgtSubscriberService 在 org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531) 在 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:381) 在 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:456) 在 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:227) 在 org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
有人可以检查并告诉我如何避免这种情况。我必须在任何地方更新主机名吗?
谢谢
【问题讨论】: