added support for saml login (#1408)

This commit is contained in:
Kevin Papst
2020-01-31 19:47:34 +01:00
committed by GitHub
parent 3ff46e06c0
commit 6a533579b7
47 changed files with 2278 additions and 77 deletions

View File

@@ -186,6 +186,9 @@
"hoa/zformat": {
"version": "1.17.01.10"
},
"hslavich/oneloginsaml-bundle": {
"version": "v1.4.1"
},
"illuminate/cache": {
"version": "v6.0.4"
},
@@ -273,6 +276,9 @@
"ocramius/proxy-manager": {
"version": "2.1.1"
},
"onelogin/php-saml": {
"version": "3.4.1"
},
"pagerfanta/pagerfanta": {
"version": "v1.0.5"
},
@@ -369,6 +375,9 @@
"ralouphie/getallheaders": {
"version": "3.0.3"
},
"robrichards/xmlseclibs": {
"version": "3.0.4"
},
"sebastian/code-unit-reverse-lookup": {
"version": "1.0.1"
},