首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Shibboleth配置

Shibboleth配置
EN

Stack Overflow用户
提问于 2013-03-05 04:07:16
回答 1查看 2.5K关注 0票数 0

我对shibboleth非常(非常)陌生,目前我正在通过编辑shobboleth2.xml进行配置,我使用shibboleth 2.4,但当我重新启动shibboleth时,我得到了以下错误。

代码语言:javascript
复制
shibd error: unable to run config check as user 
Restarting Shibboleth 2 daemon: 2013-03-04 13:15:27 ERROR XMLTooling.ParserPool : error on line 28, column 40, message: attribute 'homeUrl' is not declared for element 'ApplicationDefaults'
2013-03-04 13:15:27 ERROR Shibboleth.Config : error while loading resource (/etc/shibboleth/shibboleth2.xml): XML error(s) during parsing, check log for specifics
2013-03-04 13:15:27 FATAL Shibboleth.Config : caught exception while loading configuration: XML error(s) during parsing, check log for specifics
configuration is invalid, check console for specific problems

在我的shibboleth2.xml中,我已经添加了homeUrl。

代码语言:javascript
复制
<!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. -->
<ApplicationDefaults id="default"
         policyId="default"
         entityID="https://somesite.com/shibboleth/default"
         homeUrl="https://somesite.com/"
                     REMOTE_USER="eppn persistent-id targeted-id"
         signing="false" encryption="false">
EN

回答 1

Stack Overflow用户

发布于 2013-10-02 17:34:21

从元素中删除属性"homeUrl“。

代码语言:javascript
复制
<ApplicationDefaults id="default"
     policyId="default"
     entityID="https://somesite.com/shibboleth/default"
                 REMOTE_USER="eppn persistent-id targeted-id"
     signing="false" encryption="false">
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/15210160

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档