OpenConext / OpenConext-myconext

A (guest) IdP for OpenConext
https://eduid.nl/
4 stars 7 forks source link

Show service names in correct language #303

Closed phavekes closed 4 days ago

phavekes commented 4 days ago

This issue is imported from pivotal

The used services on the /services page are shown by their english display-name. The login emails also show the english name of the service. The service name should be in the same language as the email, if available, and fallback to english.

NOTE: implemented, but as the service names are stored in the mongoDB (and updated if necessary) we don\'t have backward compatibility. But if you remove the services and re-use them the correct I18N is done

phavekes commented 4 days ago

It seems in our testing-environment (test2) the entityid is used for the service-name. (Peter Havekes - Sep 8, 2020)

phavekes commented 4 days ago
@phavekes In test2 this is the url used for translating entity-id to names: https://metadata.test2.surfconext.nl/sp-names.json. (Okke Harsta - Sep 8, 2020)