日時 | |
関係者(共同研究者) | |
シボレス Embedded Discovery Service (Internet2)
Internet2がシボレス(Shibboleth)用の組み込み用DS(Embedded Discovery Service; EDS)を開発しているとの情報を入手。
〇インストール方法
・オフィシャルサイトを参考に、DSパッケージをダウンロード
・SPのバージョンが2.4でない場合、アップグレードまたはインストール
・オフィシャルサイトを参考に、ShibbolethおよびDSのセットアップ
〇コメント
SP 2.4で動作するようである。
(DiscoveryFeedが必要、Shib SP 2.4より実装されている。
<Handler type="DiscoveryFeed" Location="/DiscoFeed"/>)
JSON形式で情報を提供する仕組みくさい。
langBundle is undefined とエラーがでるので、ひとまず、コードを次のように修正した(jaを追加)。
this.langBundles = {
'en': {
'fatal.divMissing': 'Supplied Div is not present in the DOM',
'fatal.noXMLHttpRequest': 'Browser does not support XMLHttpRequest, unable to load IdP selection data',
'fatal.wrongProtocol' : 'policy supplied to DS was not "urn:oasis:names:tc:SAML:profiles:SSO:idpdiscovery-protocol:single"',
'fatal.wrongEntityId' : 'entityId supplied was wrong"',
'fatal.noparms' : 'No parameters to to discovery session',
'fatal.noReturnURL' : "No URL return parmeter provided",
'idpPreferred.label': 'Use a preferred selection:',
'idpEntry.label': 'Or enter your organization\'s name',
'idpEntry.NoPreferred.label': 'Enter your organization\'s name',
'idpList.label': 'Or select your organization from the list below',
'idpList.NoPreferred.label': 'Select your organization from the list below',
'idpList.defaultOptionLabel': 'Please select your organization...',
'idpList.showList' : 'Allow me to pick from a list',
'idpList.showSearch' : 'Allow me to specify the site',
'submitButton.label': 'Continue',
'helpText': 'Help',
'defaultLogoAlt' : 'DefaultLogo'
},
'ja': {
'fatal.divMissing': 'Supplied Div is not present in the DOM',
'fatal.noXMLHttpRequest': 'Browser does not support XMLHttpRequest, unable to load IdP selection data',
'fatal.wrongProtocol' : 'policy supplied to DS was not "urn:oasis:names:tc:SAML:profiles:SSO:idpdiscovery-protocol:single"',
'fatal.wrongEntityId' : 'entityId supplied was wrong"',
'fatal.noparms' : 'No parameters to to discovery session',
'fatal.noReturnURL' : "No URL return parmeter provided",
'idpPreferred.label': 'Use a preferred selection:',
'idpEntry.label': 'Or enter your organization\'s name',
'idpEntry.NoPreferred.label': 'Enter your organization\'s name',
'idpList.label': 'Or select your organization from the list below',
'idpList.NoPreferred.label': 'Select your organization from the list below',
'idpList.defaultOptionLabel': 'Please select your organization...',
'idpList.showList' : 'Allow me to pick from a list',
'idpList.showSearch' : 'Allow me to specify the site',
'submitButton.label': 'Continue',
'helpText': 'Help',
'defaultLogoAlt' : 'DefaultLogo'
}
};
【関連URL】
オフィシャルURL:https://wiki.shi…
詳細ページ:https://spaces.i…
NativeSPHandler
:https://spaces.i…
学認(SWITCH EDS情報):https://www.gaku…
【関連ノート】
・シボレス EDS (Internet2) インストール記録1)
西暦 | 令和 | 🔷 平成 | 🔷 昭和 | 🔷 大正 | 🔷 明治 |
---|---|---|---|---|---|
2006 | R-12 | H18 | S81 | T95 | M139 |
2007 | R-11 | H19 | S82 | T96 | M140 |
2008 | R-10 | H20 | S83 | T97 | M141 |
2009 | R-9 | H21 | S84 | T98 | M142 |
2010 | R-8 | H22 | S85 | T99 | M143 |
2011 | R-7 | H23 | S86 | T100 | M144 |
2012 | R-6 | H24 | S87 | T101 | M145 |
2013 | R-5 | H25 | S88 | T102 | M146 |
2014 | R-4 | H26 | S89 | T103 | M147 |
2015 | R-3 | H27 | S90 | T104 | M148 |
2016 | R-2 | H28 | S91 | T105 | M149 |