This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
Releases: CESNET/perun-simplesamlphp-module
Releases · CESNET/perun-simplesamlphp-module
v5.2.0
Added
- Added possibility to use a callable for entityID parameter in PerunEntitlement(Extended)
v5.1.1
Fixed
- Fixed removal of filtered authnContextClassRefs in disco
v5.1.0
v5.0.1
Fixed
- Fixed bad check in NagiosStatusConnector.php
v5.0.0
Added
- Added extended PerunEntitlements
Changed
- Refactored Disco page. See the config template for example configuration.
- Obtaining the data from Nagios is done through SSH instead of a certificate and calling an API
Fixed
- Fixed bug in PerunAttributes.php for PARTIAL mode when mapping one Perun attribute to more internal attributes
caused getting attributes from Perun every time.
v4.1.1
Fixed
- Fixed bad log message in PerunIdentity in mode USERONLY
v4.1.0
Changed
- Allow using Perun RPC serializer from the configuration. Default value is 'json'.
- Add new option 'mode' for PerunIdentity process filter:
- mode: 'FULL' - Get the user from Perun and check if user has correct rights to access service
- mode: 'USERONLY' - Get the user from Perun only
v4.0.4
Fixed
- Fixed getting SP name from 'UIInfo>DisplayName'
v4.0.3
Fixed
- Fixed works with internal attr name in MetadataToPerun/MetadataFromPerun
v4.0.2
Fixed
- Fixed getting attributes from Perun in partial mode
- Allow to store one source attribute to more destination attributes