Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Releases: CESNET/perun-simplesamlphp-module

v5.2.0

09 Jun 12:34
24d6c60
Compare
Choose a tag to compare

Added

  • Added possibility to use a callable for entityID parameter in PerunEntitlement(Extended)

v5.1.1

02 Jun 06:48
86f779f
Compare
Choose a tag to compare

Fixed

  • Fixed removal of filtered authnContextClassRefs in disco

v5.1.0

27 May 07:56
v5.1.0
Compare
Choose a tag to compare

Added

  • Added possibility to add custom texts to the TEST_SP warning page.

Changed

  • Use translation for privacy policy document block on consent screen from module Perun
  • Connection to the database obtained through the SimpleSAML Database class

v5.0.1

29 Mar 15:31
7801d69
Compare
Choose a tag to compare

Fixed

  • Fixed bad check in NagiosStatusConnector.php

v5.0.0

26 Mar 11:36
e087167
Compare
Choose a tag to compare

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

10 Dec 12:27
a3a6a2d
Compare
Choose a tag to compare

Fixed

  • Fixed bad log message in PerunIdentity in mode USERONLY

v4.1.0

08 Dec 09:25
507e6b3
Compare
Choose a tag to compare

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

26 Nov 12:33
87639e9
Compare
Choose a tag to compare

Fixed

  • Fixed getting SP name from 'UIInfo>DisplayName'

v4.0.3

26 Nov 12:33
414fc46
Compare
Choose a tag to compare

Fixed

  • Fixed works with internal attr name in MetadataToPerun/MetadataFromPerun

v4.0.2

09 Nov 08:49
9ac411d
Compare
Choose a tag to compare

Fixed

  • Fixed getting attributes from Perun in partial mode
    • Allow to store one source attribute to more destination attributes