Skip to content

Commit

Permalink
Merge branch 'hotfix/22.02.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Mar 14, 2022
2 parents c1b7aa1 + 2b66293 commit 5c1ae0d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scripts/populate_institutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,18 @@ def main(default_args=False):
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'nesta',
'name': 'Nesta',
'description': '',
'banner_name': 'nesta-banner.png',
'logo_name': 'nesta-shield.png',
'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('http://www.okta.com/exkum8enx4nlKaJR50x7')),
'logout_url': SHIBBOLETH_SP_LOGOUT.format(encode_uri_component('https://osf.io/goodbye')),
'domains': [],
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'nd',
'name': 'University of Notre Dame',
Expand Down Expand Up @@ -1576,6 +1588,18 @@ def main(default_args=False):
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'nesta',
'name': 'Nesta [Test]',
'description': 'Here is the place to put in links to other resources, security and data policies, research guidelines, and/or a contact for user support within your institution.',
'banner_name': 'nesta-banner.png',
'logo_name': 'nesta-shield.png',
'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('http://www.okta.com/exkum8f6y1gTYTIaT0x7')),
'logout_url': SHIBBOLETH_SP_LOGOUT.format(encode_uri_component('https://test.osf.io/goodbye')),
'domains': [],
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'nd',
'name': 'University of Notre Dame [Test]',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5c1ae0d

Please sign in to comment.