Skip to content

Commit

Permalink
Add remote vetting POC
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Mar 2, 2021
1 parent 8f1d989 commit 7e493c5
Show file tree
Hide file tree
Showing 107 changed files with 7,544 additions and 688 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ before_script:
- curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
- composer install --prefer-dist
- composer frontend-install

script:
- composer test
Expand All @@ -40,3 +41,7 @@ branches:
only:
- master
- develop
- remote-vetting
- /^feature\/(.*)$/
- /^hotfix\/(.*)$/
- /^bugfix\/(.*)$/
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Remote Vetting (RC)
Remote vetting will allow configured Remote Vetting SAML IdP's to vet tokens.

## 3.0.3:
* Add GSSP UserAttributes extensions to registration-SAMLAuthnRequest to pass user-information to GSSP's
* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion bin/extract-translations.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
app/console translation:extract --config=default --env=dev
bin/console translation:extract --config=default --env=dev
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
"src/Kernel.php"
]
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "~7.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^6",
"incenteev/composer-parameter-handler": "~2.0",
"jms/translation-bundle": "^1.3.0",
Expand All @@ -21,7 +23,7 @@
"openconext/monitor-bundle": "^2.0",
"sensio/framework-extra-bundle": "^5.0",
"surfnet/stepup-bundle": "^4.0",
"surfnet/stepup-middleware-client-bundle": "^4.0",
"surfnet/stepup-middleware-client-bundle": "dev-remote-vetting",
"surfnet/stepup-saml-bundle": "^4.2.1",
"symfony/console": "4.4.*",
"symfony/expression-language": "4.4.*",
Expand All @@ -48,6 +50,8 @@
"sebastian/exporter": "^3",
"sebastian/phpcpd": "^4",
"squizlabs/php_codesniffer": "^3.4",
"symfony/browser-kit": "4.4.*",
"symfony/css-selector": "4.4.*",
"symfony/phpunit-bridge": "^3.0"
},
"scripts": {
Expand Down

0 comments on commit 7e493c5

Please sign in to comment.