up2university / single-sign-on

Up2U federated authentication service
0 stars 2 forks source link

Include privacy notice #55

Closed foobarable closed 5 years ago

foobarable commented 5 years ago

Up2U Project - Privacy Notice_22.02.2019.docx

foobarable commented 5 years ago

Document will be hosted centrally. Just link needed.

michzimny commented 5 years ago

https://cdn.test.up2university.eu/docs/privacy-notice.pdf

foobarable commented 5 years ago

@michzimny The test domain is correct?

michzimny commented 5 years ago

Yes.

michzimny commented 5 years ago

@foobarable, I don't know if you know that, but there are also privacy notices in national languages being prepared: https://wiki.geant.org/display/UP2U/Privacy+notice So, we need to look for a place to put them all in the SSO page.

foobarable commented 5 years ago

@michzimny If we use a good naming scheme we can link the anchor to the correct notice in the language that is currently chosen in the ui.

michzimny commented 5 years ago

I think it would be fine.

michzimny commented 5 years ago

Ok, could you please do so with the language-specific privacy notices? I think it's urgent.

michzimny commented 5 years ago

ping @foobarable

m0ark commented 5 years ago

@michzimny I will implement your requested change. The final URL will be https://cdn.test.up2university.eu/docs/privacy-notice-[language-abbreviation].pdf e.g. https://cdn.test.up2university.eu/docs/privacy-notice-en.pdf

Since we cannot know whether this file exists or not, you have to make sure that there is one for each language selectable.

Currently we support:

      'no' => 'Bokmål', // Norwegian Bokmål
      'nn' => 'Nynorsk', // Norwegian Nynorsk
      'se' => 'Sámegiella', // Northern Sami
      'sam' => 'Åarjelh-saemien giele', // Southern Sami
      'da' => 'Dansk', // Danish
      'en' => 'English',
      'de' => 'Deutsch', // German
      'sv' => 'Svenska', // Swedish
      'fi' => 'Suomeksi', // Finnish
      'es' => 'Español', // Spanish
      'fr' => 'Français', // French
      'it' => 'Italiano', // Italian
      'nl' => 'Nederlands', // Dutch
      'lb' => 'Lëtzebuergesch', // Luxembourgish
      'cs' => 'Čeština', // Czech
      'sl' => 'Slovenščina', // Slovensk
      'lt' => 'Lietuvių kalba', // Lithuanian
      'hr' => 'Hrvatski', // Croatian
      'hu' => 'Magyar', // Hungarian
      'pl' => 'Język polski', // Polish
      'pt' => 'Português', // Portuguese
      'pt-br' => 'Português brasileiro', // Portuguese
      'ru' => 'русский язык', // Russian
      'et' => 'eesti keel', // Estonian
      'tr' => 'Türkçe', // Turkish
      'el' => 'ελληνικά', // Greek
      'ja' => '日本語', // Japanese
      'zh' => '简体中文', // Chinese (simplified)
      'zh-tw' => '繁體中文', // Chinese (traditional)
      'ar' => 'ﺎﻠﻋﺮﺒﻳﺓ', // Arabic
      'fa' => 'پﺍﺮﺳی', // Persian
      'ur' => 'ﺍﺭﺩﻭ', // Urdu
      'he' => 'עִבְרִית', // Hebrew
      'id' => 'Bahasa Indonesia', // Indonesian
      'sr' => 'Srpski', // Serbian
      'lv' => 'Latviešu', // Latvian
      'ro' => 'Românește', // Romanian
      'eu' => 'Euskara', // Basque
michzimny commented 5 years ago

Ok, I will put a redirection to english for non-existing languages.

m0ark commented 5 years ago

It's already implemented in the staging environment. Please have a look at it if this is what you are looking for. After confirmation I will also deploy this into production.

michzimny commented 5 years ago

Please set target="_blank" for this link.

m0ark commented 5 years ago

Done.

michzimny commented 5 years ago

Ok, so I think it works now as needed. Please deploy into production.

m0ark commented 5 years ago

It's deployed in production, too.

michzimny commented 5 years ago

Thanks.