Skip to content

Commit 4a2e6cb

Browse files
committed
Merge branch 'hotfix/0.125.12' into develop
2 parents 01ac28d + bad1e80 commit 4a2e6cb

File tree

7 files changed

+49
-1
lines changed

7 files changed

+49
-1
lines changed

scripts/populate_institutions.py

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 &#64; 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 &#64; 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]',
7.97 KB
Loading
18.5 KB
Loading
6.78 KB
Loading
21.6 KB
Loading
6.13 KB
Loading
20.4 KB
Loading

0 commit comments

Comments
 (0)