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

Module which allows simpleSAMLphp to get data from Perun

License

Notifications You must be signed in to change notification settings

CESNET/perun-simplesamlphp-module

Repository files navigation

perun-simplesamlphp-module

Latest Stable Version CI License

REPOSITORY HAS BEEN MOVED TO: https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-perun

Module which allows simpleSAMLphp to get data from Perun.

Contribution

This repository uses Conventional Commits.

Any change that significantly changes behavior in a backward-incompatible way or requires a configuration change must be marked as BREAKING CHANGE.

Available scopes:

  • theme
  • Auth Process filters:
    • ensurevomember
    • forceaup
    • idpattribute
    • logininfo
    • perunattributes
    • entitlement
    • perunidentity
    • targetedid
    • proxyfilter
    • removeallattributes
    • idpentityid
    • stringifytargetedid
    • updateues
    • warningtestsp
  • ...

Instalation

Once you have installed SimpleSAMLphp, installing this module is very simple. First, you will need to download Composer if you haven't already. After installing Composer, just execute the following command in the root of your SimpleSAMLphp installation:

php composer.phar require cesnet/simplesamlphp-module-perun:dev-master