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

v2.0.0

Choose a tag to compare

@vyskocilpavel vyskocilpavel released this 20 Nov 11:01
b20b8ed

Added

  • Added badges to README
  • Added page with configurable table of SPs on Proxy
  • Added new model Member
  • Added new model Resource
  • New methods for getting data from Perun LDAP and Perun RPC
  • Added function for generating metadata for SimpleSAMLphp Proxy AAI from Perun

Changed

  • Connectors methods are not static for now.
  • Added constructors to Adapters, which allows specified config file for each connections.
  • New properties voId and uniqueName in Group model
  • Function getSpGroup require only one param($spEntityId)
  • Function unauthorize in PerunIdentity is now public
  • Changed the login and registration process

Fixed

  • Fixed the problem with access to non-secured LDAP
  • Fixed the bad call of function 'searchForEntity(...)' in function getVoById() in AdapterLdap.php