WOS2 Identity Server v5.4.0无法在Service Provider配置中添加regexp Callback Url

时间:2018-02-09 12:38:49

标签: wso2 identity wso2is openid-connect callbackurl

拥有WSO2 Identity Server v5.4.0并遵循此链接Configuring OAuth2-OpenID Connect Single-Sign-On中的文档,我无法使用 regexp = 为多个网址设置回调网址,甚至可以设置示例文件:

  

的regexp =(https://myapp.com/callback|https://testapp:8000/callback

enter image description here

我收到错误:

"请输入回拨网址的有效URI":

Error

注意:使用单个网址(例如" https://myapp.com/callback"我没有问题。

1 个答案:

答案 0 :(得分:3)

这应归于https://wso2.org/jira/browse/IDENTITY-7149,并且最新的5.4.0更新(update 6)或最新的GA版本IS 5.4.1中提供了此修复程序。我的建议是使用IS 5.4.1,因为它是最新的GA。