Skip to content

Latest commit

 

History

History
84 lines (66 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

84 lines (66 loc) · 2.48 KB

Change Log

All notable changes to this project will be documented in this file.

Added

  • Added process filter for MFA using CSC MFA OIDC server

Changed

  • Using of short array syntax ([] instead of array())
  • Using imports instead of qualified names
  • Removed warning template - it is no longer needed here because it was moved to module perun

Added

  • Added file phpcs.xml

Changed

  • Changed code style to PSR-2
  • addInstitution URL nad email in disco-tpl.php are loaded from a config file
  • Templates are included from module perun

Added

  • Added support for pass selected IdP from SP in AuthnContextClassRef attribute.

    • It's required add this line into module_perun.php config file
      'disco.removeAuthnContextClassRefPrefix' => 'urn:cesnet:proxyidp:',
      

Changed

  • Social Idps are not shown when adding institution

Added

  • Added support for MFA

Removed

  • Removed present_attributes() method from consentform.php

Fixed

  • Fixed requirements in composer.json

Added

  • Possibility to show a warning in disco-tpl

Changed

  • Updated Readme

Changed

  • Changed the URL to AddInstitution App

Changed

  • Whole module now uses a dictionary

Changed

  • Filling email is now required for reporting error
  • Changed help-block text for email in report error form
  • Fixed changelog

Added

  • Changelog