【发布时间】:2015-08-26 13:57:58
【问题描述】:
我正在尝试针对 WSO2 IS 注册 Wordpress SAML 2.0 插件。
两者通信,但调试时发现如下错误:
TID: [0] [IS] [2015-08-26 04:13:36,603] 警告 {org.wso2.carbon.identity.sso.saml.processors.SPInitSSOAuthnRequestProcessor} - 发行人为“http://xxxx.example.com/wp-content/plugins/saml-20-single-sign-on/saml/www/module.php/saml/sp/metadata.php/1”的服务提供商 未注册。服务提供商应提前注册。 {org.wso2.carbon.identity.sso.saml.processors.SPInitSSOAuthnRequestProcessor}
当我检查服务提供者的配置时,我发现 WSO2 UI 已将 Issuer 截断为:
http://xxxx.example.com/wp-content/plugins/saml-20-single-sign-on/saml/www/module.php/saml/sp/me
有什么办法可以延长'issuer'字段的允许长度,或者绕过UI直接编辑这个值?
【问题讨论】: