Skip to content

Commit

Permalink
Merge pull request #1381 from research-software-directory/add-missing…
Browse files Browse the repository at this point in the history
…-helmholtz-vos

fix: add missing centres
  • Loading branch information
cmeessen authored Jan 28, 2025
2 parents 5c9051f + da9be19 commit ce0e7da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-FileCopyrightText: 2022 - 2024 Ewan Cahen (Netherlands eScience Center) <[email protected]>
// SPDX-FileCopyrightText: 2022 - 2024 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
// SPDX-FileCopyrightText: 2022 - 2024 Netherlands eScience Center
// SPDX-FileCopyrightText: 2022 - 2025 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
// SPDX-FileCopyrightText: 2022 Matthias Rüster (GFZ) <[email protected]>
// SPDX-FileCopyrightText: 2023 - 2024 Christian Meeßen (GFZ) <[email protected]>
// SPDX-FileCopyrightText: 2023 - 2025 Christian Meeßen (GFZ) <[email protected]>
//
// SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -51,7 +51,7 @@ public class HelmholtzIdLogin implements Login {

// See https://hifis.net/doc/helmholtz-aai/list-of-vos/#vos-representing-helmholtz-centres
private static final Collection<String> knownHgfOrganisations = Set.of(
"AWI", "CISPA", "DESY", "DKFZ", "DLR", "DZNE", "FZJ", "GEOMAR", "GFZ", "GSI", "hereon", "HMGU", "HZB", "KIT", "MDC", "UFZ"
"AWI", "CISPA", "DESY", "DKFZ", "DLR", "DZNE", "FZJ", "GEOMAR", "GFZ", "GSI", "hereon", "HMGU", "HZB", "HZDR", "HZI", "KIT", "MDC", "UFZ"
);

public HelmholtzIdLogin(String code, String redirectUrl) {
Expand Down

0 comments on commit ce0e7da

Please sign in to comment.