-
- Downloads
ISTWCMS-3030: Saml files with symbolic links and saml.pem private key
parent
17485111
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- composer.json 3 additions, 0 deletionscomposer.json
- saml_config/cert/saml.crt 3 additions, 0 deletionssaml_config/cert/saml.crt
- saml_config/config/authsources.php 26 additions, 0 deletionssaml_config/config/authsources.php
- saml_config/config/config.php 1203 additions, 0 deletionssaml_config/config/config.php
- saml_config/metadata/saml20-idp-remote.php 72 additions, 0 deletionssaml_config/metadata/saml20-idp-remote.php
... | ... | @@ -84,6 +84,8 @@ |
"drupal/role_expire": "1.3", | ||
"drupal/samlauth": "dev-3.0-alpha1-uw_wcms3", | ||
"drupal/search_kint": "dev-8.x-1.x", | ||
"drupal/simplesamlphp_auth": "3.2", | ||
"drupal/simplesamlphp_custom_attributes": "^1.0", | ||
"drupal/simplify_menu": "2.0", | ||
"drupal/sophron": "1.0-rc1", | ||
"drupal/token": "1.5", | ||
... | ... | @@ -104,6 +106,7 @@ |
"onelogin/php-saml": "3.2.1", | ||
"oomphinc/composer-installers-extender": "v1.1.2", | ||
"phpunit/phpunit": "^7", | ||
"simplesamlphp/simplesamlphp": "^1.18", | ||
"symfony/browser-kit": ">=2.8.13 <3.0", | ||
"symfony/css-selector": "~3.0", | ||
"symfony/finder": "^4.0", | ||
... | ... |
saml_config/cert/saml.crt
0 → 100644
saml_config/config/authsources.php
0 → 100644
saml_config/config/config.php
0 → 100644
This diff is collapsed.
saml_config/metadata/saml20-idp-remote.php
0 → 100644
Please register or sign in to comment