cesnet / simplesamlphp-module-perun
Module which allows SSP to communicate with Perun IAM https://perun.cesnet.cz
v9.1.0
2023-03-01 13:20 UTC
Requires
- php: ^7.1 || ^8
- ext-curl: *
- ext-filter: *
- ext-hash: *
- ext-iconv: *
- ext-intl: *
- ext-json: *
- ext-ldap: *
- ext-simplexml: *
- cesnet/simplesamlphp-module-authswitcher: ^10.6
- phpseclib/phpseclib: ~3.0
- simplesamlphp/composer-module-installer: ~1.0
- simplesamlphp/saml2: ^4.2.5
- simplesamlphp/simplesamlphp: ^1.19
- simplesamlphp/simplesamlphp-module-discopower: ^0.10
- symfony/var-exporter: ^5.0
- web-token/jwt-checker: ^2.2
- web-token/jwt-core: ^2.2
- web-token/jwt-key-mgmt: ^2.2
- web-token/jwt-signature: ^2.2
- web-token/jwt-signature-algorithm-rsa: ^2.2
Suggests
- cesnet/simplesamlphp-module-privacyidea: included privacyIDEA template is for this module
- dev-main
- v9.1.0
- v9.0.8
- v9.0.7
- v9.0.6
- v9.0.5
- v9.0.4
- v9.0.3
- v9.0.2
- v9.0.1
- v9.0.0
- v8.2.1
- v8.2.0
- v8.1.1
- v8.1.0
- v8.0.4
- v8.0.3
- v8.0.2
- v8.0.1
- v8.0.0
- v7.11.2
- v7.11.1
- v7.11.0
- v7.10.1
- v7.10.0
- v7.9.0
- v7.8.2
- v7.8.1
- v7.8.0
- v7.7.0
- v7.6.4
- v7.6.3
- v7.6.2
- v7.6.1
- v7.6.0
- v7.5.1
- v7.5.0
- v7.4.0
- v7.3.0
- v7.2.1
- v7.2.0
- v7.1.1
- v7.1.0
- v7.0.3
- v7.0.2
- v7.0.1
- v7.0.0
- v6.4.3
- v6.4.2
- v6.4.1
- v6.4.0
- v6.3.3
- v6.3.2
- v6.3.1
- v6.3.0
- v6.2.0
- v6.1.1
- v6.1.0
- v6.0.7
- v6.0.6
- v6.0.5
- v6.0.4
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- v5.2.0
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
- v4.1.1
- v4.1.0
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v4.0.0-rc1
- v3.9.0
- 3.8.0
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.0.0
- dev-renovate/lock-file-maintenance
- dev-renovate/browserslist-useragent-regexp-4.x
- dev-hide_from_discovery
- dev-melanger-patch-1
- dev-auptwig
- dev-github/fork/dBucik/update_ues
- dev-disco
- dev-github/fork/vyskocilpavel/redirectSomeUsers
- dev-EPTID_hack
This package is auto-updated.
Last update: 2023-03-29 13:30:22 UTC
README
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