-
- Downloads
Merge branch 'JohnMaguire-ecp-support'
No related branches found
No related tags found
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 13 additions, 9 deletionscomposer.lock
- docs/simplesamlphp-ecp-idp.txt 74 additions, 0 deletionsdocs/simplesamlphp-ecp-idp.txt
- docs/simplesamlphp-reference-idp-hosted.md 4 additions, 0 deletionsdocs/simplesamlphp-reference-idp-hosted.md
- modules/core/lib/Auth/UserPassBase.php 20 additions, 3 deletionsmodules/core/lib/Auth/UserPassBase.php
- modules/saml/lib/IdP/SAML2.php 19 additions, 1 deletionmodules/saml/lib/IdP/SAML2.php
- tests/modules/core/lib/Auth/UserPassBaseTest.php 52 additions, 0 deletionstests/modules/core/lib/Auth/UserPassBaseTest.php
- tests/modules/saml/lib/IdP/SAML2Test.php 38 additions, 0 deletionstests/modules/saml/lib/IdP/SAML2Test.php
- www/saml2/idp/metadata.php 8 additions, 0 deletionswww/saml2/idp/metadata.php
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
"ext-hash": "*", | "ext-hash": "*", | ||
"ext-json": "*", | "ext-json": "*", | ||
"ext-mbstring": "*", | "ext-mbstring": "*", | ||
"simplesamlphp/saml2": "~3.0", | "simplesamlphp/saml2": "~3.1", | ||
"robrichards/xmlseclibs": "~3.0", | "robrichards/xmlseclibs": "~3.0", | ||
"whitehat101/apr1-md5": "~1.0", | "whitehat101/apr1-md5": "~1.0", | ||
"twig/twig": "~1.0", | "twig/twig": "~1.0", | ||
... | ... |
docs/simplesamlphp-ecp-idp.txt
0 → 100644
tests/modules/saml/lib/IdP/SAML2Test.php
0 → 100644
Please register or sign in to comment