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

v4.0.1

05 Nov 13:35
1e1f564
Compare
Choose a tag to compare

Fixed

  • Fixed getting attributes in class ForceAup

v4.0.0

03 Nov 09:05
2e9c3cc
Compare
Choose a tag to compare

Added

  • Added some methods for getting values to Adapter.php
  • Added fallback to RPC for methods we're not able to run in LDAP
  • Add getFacilityAdmins method to RPC Connector

Changed

  • Changed the way of getting attribute names for interfaces: through internal attribute names in perun_attributes.php config
  • Return sorted eduPersonEntitlement
  • Don't show previous selection when user show all entries on the discovery page
  • ListOfSps
    • Don't show the description by default
    • Added required attribute 'listOfSps.serviceNameAttr' !!!
    • Add translation for multi-languages attributes
  • Config option for ForceAup process filter was changed from 'facilityVoShortNames' to 'perunFacilityVoShortNamesAttr'

Fixed

  • Fixed Updating UES in Perun

v4.0.0-rc1

18 Jun 05:51
456ce84
Compare
Choose a tag to compare
v4.0.0-rc1 Pre-release
Pre-release

Added

  • Added some methods for getting values to Adapter.php
  • Added fallback to RPC for methods we're not able to run in LDAP

Changed

  • Changed the way of getting attribute names for interfaces: through internal attribute names in perun_attributes.php config
  • Return sorted eduPersonEntitlement

v3.9.0

07 May 10:13
ce68223
Compare
Choose a tag to compare

Added

  • Added facility capabilities to PerunEntitlement
  • Added process filter for logging info about login

Changed

  • Use object Configuration for getting base module configuration
  • Add possibility to select mode(whitelist/blacklist) in ProxyFilter.php
    • The default option is blacklist
  • Allow call multiple ProcessFilter in one ProxyFilter module

Fixed

  • Fixed the width of showed tagged idps in case the count of idps is equal to (x * 3) + 1
  • Using try{}catch{} to avoid to PerunException in PerunEntitlement.php
  • Return [] instead of null in getFacilityCapability via RPC, if facilityCapability is not set

v3.8.0

14 Apr 09:43
4c94138
Compare
Choose a tag to compare

Changed

  • Releasing forwardedEduPersonEntitlement is now optional (forwardedEduPersonEntitlement are released by default)

Fixed

  • Fixed problem with getting group without description from LDAP
    • Before: Exeption
    • Now: Description is ''
  • Fixed releasing entitlement for Virtual Organization
    • Before: einfra:members
    • Now: einfra

Removed

  • Removed deprecated getFacilitiesByEntityId method

v3.7.4

14 Apr 09:42
883103e
Compare
Choose a tag to compare

Added

  • Added logging response time for each request into RPC/LDAP

Changed

  • If needed to get more facility attributes, method getFacilityAttributesValues() is used instead of several calls of getFacilityAttribute()

Fixed

  • Fix logging request params

v3.7.3

09 Jan 16:11
Compare
Choose a tag to compare

Fixed

  • Fixed the bug from bc3ec33 which caused that the updating UES didn't work.
  • Use the same prefix for all messages in updateUes.php

v3.7.2

09 Jan 08:52
2528dd5
Compare
Choose a tag to compare

Fixed

  • Allow omitted config for nested class in ProxyFilter
  • Fixed bad call of function 'showTaggedEntry()'

v3.7.1

07 Jan 12:22
679b594
Compare
Choose a tag to compare

Fixed

  • Using correct const for EntitlementPrefix in PerunEntitlement.php
  • Added missing 'group' between entitlementPrefix and groupName in mapGroupName()

v3.7.0

06 Jan 09:40
b9f491a
Compare
Choose a tag to compare

Changed

  • UserExtSources are now updated asynchronously

Fixed

  • Fix method stringify in StringifyTargetedID.php to be compatible with SimpleSAMLphp 1.18.0+
    • Using getters to get private properties