summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test coverage (#544)Florian Strzelecki2018-05-212-5/+137
* Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-082-0/+31
* Openid connect jwt (#488)Wiliam Souza2018-01-301-0/+128
* Fix cliend_id in web request body (#505)Antoine Bertin2018-01-291-1/+1
* Add support for HMAC-SHA256 (builds on PR#388) (#498)Viktor Haag2017-11-141-2/+38
* OpenID connect improvements (#484)Wiliam Souza2017-10-014-7/+119
* Add test for nonce parameter preservation.Pieter Ennes2017-09-171-0/+12
* Sorted imports.Omer Katz2017-09-1737-147/+196
* Merge pull request #473 from jdufresne/assertequalOmer Katz2017-07-302-19/+18
|\
| * Replace all uses of assertEquals with assertEqualJon Dufresne2017-04-162-19/+18
* | Fix tests for hybrid fragments.Pieter Ennes2017-07-292-3/+14
* | adjust the test for the new exceptionOren Mazor2017-06-143-3/+3
|/
* Add test for prompt=none exclusiveness.Pieter Ennes2017-04-021-0/+18
* Merge pull request #453 from kippandrew/fix-revocation-public-clientsOmer Katz2017-03-311-14/+24
|\
| * Python 3 fixesAndy Kipp2016-12-061-1/+1
| * Fix testsAndy Kipp2016-12-061-13/+23
* | Merge pull request #464 from cknave/case-insensitive-dict-updateOmer Katz2017-03-311-0/+5
|\ \
| * | Update proxy keys on CaseInsensitiveDict.update()Kevin Vance2017-02-231-0/+5
* | | Merge pull request #455 from bjmc/prompt_bugOmer Katz2017-03-191-0/+50
|\ \ \ | |/ / |/| |
| * | Adds failing testBrendan McCollam2016-12-201-0/+50
| |/
* | Update custom validator testsBrendan McCollam2016-12-225-45/+79
* | Adds tests for custom grant validatorsBrendan McCollam2016-12-225-0/+95
|/
* Fix a typoJoel Stevenson2016-11-221-1/+1
* Normalize handling of request.scopes listJoel Stevenson2016-11-212-24/+60
* Merge pull request #416 from joelstevenson/openid_connectOmer Katz2016-08-288-10/+466
|\
| * Reworking the handling of claims. @bjmc was quite right to question the hast...Joel Stevenson2016-05-061-0/+107
| * Prevent save_token() from being called twice within create_token_response(). ...Joel Stevenson2016-04-296-0/+27
| * Handle multi-valued response_types as specified in http://openid.net/specs/oa...Joel Stevenson2016-04-251-0/+33
| * Fixup implicit flow authorization response and testJoel Stevenson2016-04-191-4/+11
| * First pass attempt at updating openid_connect branchJoel Stevenson2016-04-152-3/+3
| * OpenID Connect core tests.Ib Lundgren2016-04-141-0/+270
| * Implicit authorization response mode test.Ib Lundgren2016-04-141-10/+12
| * Auth code authorization resp test.Ib Lundgren2016-04-141-0/+10
* | Merge pull request #417 from bjmc/sanitize-loggingOmer Katz2016-04-281-0/+22
|\ \ | |/ |/|
| * Tests for new sanitizationBrendan McCollam2016-04-251-0/+22
* | Tests for `/` and `?` characters in query.eofs2016-03-111-1/+2
* | Merge pull request #396 from hirokiky/feature-auth-without-refreshtokenOmer Katz2015-10-251-0/+17
|\ \
| * | Added tests auth grant without refresh tokenHiroki KIYOHARA2015-09-291-0/+17
* | | Add unit test for urldecodeJulien Meyer2015-08-181-0/+1
|/ /
* | adding validator_log to store what the endpoint computedjonathan vanasco2015-08-121-0/+22
|/
* add token_type_hint to the list of default Request paramsMassimiliano Pippi2015-07-201-0/+8
* Add code to determine if client authentication is required for OAuth2 endpoin...Weipin Xia2015-07-191-0/+12
* Fix management of rfc6749 errorsfabio2015-07-063-59/+86
* Fix tests for #300 mergedHsiaoming Yang2015-07-061-5/+3
* Merge pull request #300 from jbkkd/masterHsiaoming Yang2015-07-061-1/+1
|\
| * Updated revocation testOmer Korner2014-11-261-1/+1
* | Add tests when Request body has passwordHsiaoming Yang2015-07-021-0/+9
* | Merge pull request #341 from kdazzle/request-getattrOmer Katz2015-07-021-0/+14
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into request-getattrKyle2015-05-241-0/+12
| |\ \
| * | | #340 - raise AttributeError from common.Request.__getattr__+ add testsKyle2015-05-091-0/+14