Skip to content

Commit

Permalink
Update static data with new sso provider ids
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Jan 14, 2025
1 parent 91a3e8b commit 38ab01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/data/organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"contactName": "Henry Zhao",
"phoneNumber": "+1 (443) 605-8435",
"emailAddress": "[email protected]",
"ssoProviderId": ""
"ssoProviderId": "oidc.johnshopkins"
},
"umich": {
"id": "umich",
"name": "University of Michigan",
"contactName": "Mike Dorsch",
"phoneNumber": "+1 (734) 998-0294",
"emailAddress": "[email protected]",
"ssoProviderId": ""
"ssoProviderId": "oidc.michigan"
},
"uw": {
"id": "uw",
Expand Down

0 comments on commit 38ab01e

Please sign in to comment.