作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
安装版本后 3.0.0 的 WSO2 API 管理器 我在尝试访问 时遇到错误出版商 和 店铺 .
这是 处的错误店铺 ( https://myhost.my.org:9443/store )
invalid_callback - Registered callback does not match with the provided url
localhost
' 与 ' myhost.my.org
' 在 .../wso2/wso2am/3.0.0/repository/conf
中的每个文件中, 包括 ' carbon.xml
' .../wso2/wso2am/3.0.0/repository/logs/wso2carbon.log
)WARN {org.wso2.carbon.identity.oauth2.OAuth2Service} Provided Callback URL does not match with the provided one.
sudo apt install openjdk-11-jre-headless
java -version
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3)
OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed mode, sharing)
sudo wget https://product-dist.wso2.com/downloads/api-manager/3.0.0/downloader/wso2am-linux-installer-x64-3.0.0.deb
sudo apt install ./wso2am-linux-installer-x64-3.0.0.deb
sudo service wso2am-3.0.0 start
localhost
/
127.0.0.1
.但我正在安装
myhost.my.org
.
.../wso2/wso2am/3.0.0/repository/conf
中手动修改的文件(将“
localhost
”替换为“
myhost.my.org
”,将“
127.0.0.1
”替换为“
this.is.my.ip
”):
api-manager.xml
broker.xml
carbon.xml
datasources.properties
deployment.toml
event-broker.xml
log4j2.properties
messaging-event-broker.xml
metrics.xml
registry.xml
thrift-authentication.xml
最佳答案
您必须更新服务提供者中的回调 URL。
1) 转至 /carbon
并编辑相关的 SP。
2) 在其中编辑 OAuth 应用程序。
您将看到这样的回调 URL。
regexp=(https://localhost:9443/publisher/services/auth/callback/login|https://localhost:9443/publisher/services/auth/callback/logout)
关于发布者和商店 : "invalid_callback - Registered callback does not match with the provided url" 的 WSO2 APIM 3.0.0 安装/配置问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58719654/
安装版本后 3.0.0 的 WSO2 API 管理器 我在尝试访问 时遇到错误出版商 和 店铺 . 这是 处的错误店铺 ( https://myhost.my.org:9443/store ) Err
我是一名优秀的程序员,十分优秀!