@@ -289,6 +289,30 @@ def main(env):
289289 'email_domains' : ['dc.gov' ],
290290 'delegation_protocol' : '' ,
291291 },
292+ {
293+ '_id' : 'tufts' ,
294+ 'name' : 'Tufts University' ,
295+ 'description' : '<a href="http://researchguides.library.tufts.edu/RDM">Research Data Management @ Tufts</a>' ,
296+ 'banner_name' : 'tufts-banner.png' ,
297+ 'logo_name' : 'tufts-shield.png' ,
298+ 'login_url' : SHIBBOLETH_SP_LOGIN .format (encode_uri_component ('https://shib-idp.tufts.edu/idp/shibboleth' )),
299+ 'logout_url' : SHIBBOLETH_SP_LOGOUT .format (encode_uri_component ('https://osf.io/goodbye' )),
300+ 'domains' : [],
301+ 'email_domains' : [],
302+ 'delegation_protocol' : 'saml-shib' ,
303+ },
304+ {
305+ '_id' : 'ua' ,
306+ 'name' : 'University of Arizona' ,
307+ 'description' : 'A service supported by the <a href="http://www.library.arizona.edu/">University of Arizona Libraries</a>. For more information, please refer to the <a href="http://data.library.arizona.edu/osf">A Data Management page</a>.' ,
308+ 'banner_name' : 'ua-banner.png' ,
309+ 'logo_name' : 'ua-shield.png' ,
310+ 'login_url' : SHIBBOLETH_SP_LOGIN .format (encode_uri_component ('urn:mace:incommon:arizona.edu' )),
311+ 'logout_url' : SHIBBOLETH_SP_LOGOUT .format (encode_uri_component ('https://osf.io/goodbye' )),
312+ 'domains' : ['osf.arizona.edu' ],
313+ 'email_domains' : [],
314+ 'delegation_protocol' : 'saml-shib' ,
315+ },
292316 {
293317 '_id' : 'uc' ,
294318 'name' : 'University of Cincinnati' ,
@@ -591,7 +615,7 @@ def main(env):
591615 'description' : 'Related resources are in the institutional intranet web site only.' ,
592616 'banner_name' : 'csic-banner.png' ,
593617 'logo_name' : 'csic-shield.png' ,
594- 'login_url' : SHIBBOLETH_SP_LOGIN .format (encode_uri_component ('https://www.rediris.es/sir/csicidp ' )),
618+ 'login_url' : SHIBBOLETH_SP_LOGIN .format (encode_uri_component ('https://www.rediris.es/sir/shibtestidp ' )),
595619 'logout_url' : SHIBBOLETH_SP_LOGOUT .format (encode_uri_component ('https://test.osf.io/goodbye' )),
596620 'domains' : [],
597621 'email_domains' : [],
@@ -753,6 +777,30 @@ def main(env):
753777 'email_domains' : ['dc.gov' ],
754778 'delegation_protocol' : '' ,
755779 },
780+ {
781+ '_id' : 'tufts' ,
782+ 'name' : 'Tufts University [Test]' ,
783+ 'description' : '<a href="http://researchguides.library.tufts.edu/RDM">Research Data Management @ Tufts</a>' ,
784+ 'banner_name' : 'tufts-banner.png' ,
785+ 'logo_name' : 'tufts-shield.png' ,
786+ 'login_url' : SHIBBOLETH_SP_LOGIN .format (encode_uri_component ('https://shib-idp.tufts.edu/idp/shibboleth' )),
787+ 'logout_url' : SHIBBOLETH_SP_LOGOUT .format (encode_uri_component ('https://test.osf.io/goodbye' )),
788+ 'domains' : ['test-osf-tufts.cos.io' ],
789+ 'email_domains' : [],
790+ 'delegation_protocol' : 'saml-shib' ,
791+ },
792+ {
793+ '_id' : 'ua' ,
794+ 'name' : 'University of Arizona [Test]' ,
795+ 'description' : 'A service supported by the <a href="http://www.library.arizona.edu/">University of Arizona Libraries</a>. For more information, please refer to the <a href="http://data.library.arizona.edu/osf">A Data Management page</a>.' ,
796+ 'banner_name' : 'ua-banner.png' ,
797+ 'logo_name' : 'ua-shield.png' ,
798+ 'login_url' : SHIBBOLETH_SP_LOGIN .format (encode_uri_component ('urn:mace:incommon:arizona.edu' )),
799+ 'logout_url' : SHIBBOLETH_SP_LOGOUT .format (encode_uri_component ('https://test.osf.io/goodbye' )),
800+ 'domains' : ['test-osf-ua.cos.io' ],
801+ 'email_domains' : [],
802+ 'delegation_protocol' : 'saml-shib' ,
803+ },
756804 {
757805 '_id' : 'uc' ,
758806 'name' : 'University of Cincinnati [Test]' ,
0 commit comments