Skip to content

Commit

Permalink
fix: support translation of Microsoft social IdP name
Browse files Browse the repository at this point in the history
  • Loading branch information
zlamalp committed Oct 31, 2023
1 parent 0b72642 commit a8a7f0d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public class Utils {
organizationsTranslation.put("@elixir-europe.org", "Elixir Europe");
organizationsTranslation.put("@github.extidp.cesnet.cz", "GitHub");
organizationsTranslation.put("@orcid.extidp.cesnet.cz", "OrcID");
organizationsTranslation.put("@microsoft.extidp.cesnet.cz", "Microsoft");

organizationsTranslation.put("@google", "Google");
organizationsTranslation.put("@facebook", "Facebook");
Expand All @@ -116,6 +117,7 @@ public class Utils {
organizationsTranslation.put("@seznam", "Seznam");
organizationsTranslation.put("@github", "GitHub");
organizationsTranslation.put("@orcid", "OrcID");
organizationsTranslation.put("@microsoft", "Microsoft");

// kerberos
organizationsTranslation.put("META", "MetaCentrum");
Expand Down

0 comments on commit a8a7f0d

Please sign in to comment.