All notable changes to this project will be documented in this file.
- Added process filter for MFA using CSC MFA OIDC server
- 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 file phpcs.xml
- 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 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:',
- Social Idps are not shown when adding institution
- Added support for MFA
- Removed present_attributes() method from consentform.php
- Fixed requirements in composer.json
- Possibility to show a warning in disco-tpl
- Updated Readme
- Changed the URL to AddInstitution App
- Whole module now uses a dictionary
- Filling email is now required for reporting error
- Changed help-block text for email in report error form
- Fixed changelog
- Changelog