Skip to content

Commit

Permalink
Merge pull request #4 from cirrusidentity/feature/ignore_case
Browse files Browse the repository at this point in the history
Thank you!
  • Loading branch information
szabogyula authored Jun 28, 2018
2 parents 1da3811 + bf030bc commit 6842e3c
Show file tree
Hide file tree
Showing 6 changed files with 1,125 additions and 59 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -10,6 +9,6 @@ matrix:
allow_failures:
- php: hhvm
before_script: composer update --dev
script: php vendor/phpunit/phpunit/phpunit.php
script: php vendor/phpunit/phpunit/phpunit
notifications:
slack: eduid:JJc9VL5htezKWr40wEUTug8K
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ and `department.example.com` are both suffixed with `example.com`. Useful when a
the IdP users various subdomains for mail.
* `scopeAttributes` an array of attributes that should exactly match the scope from the metadata
* `ignoreCheckForEntities` an array of IdP entity IDs to skip scope checking for. Useful when an IdP is a SAML proxy and is trusted to assert any scope.
* `ignoreCase` ignore the case of the scoped attribute. The new 'Subject Identifier Attributes' profile stipulates that comparison should be case insensitive. Default is false, for backwards compatability.

# Development

## Runing tests

./vendor/phpunit/phpunit/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"require-dev": {
"simplesamlphp/simplesamlphp": "1.14",
"phpunit/phpunit": "~3.7"
"phpunit/phpunit": "~4.8.35"
},
"autoload-dev": {
"files": ["tests/_autoload_modules.php"]
Expand Down
Loading

0 comments on commit 6842e3c

Please sign in to comment.