Commit Graph

48 Commits

Author SHA1 Message Date
Manuel Jeckelmann 492e8c8193 Adapted tests to focus on content rather than on sort order 2014-11-24 23:18:29 +01:00
Roland Hedberg 1f3a5c795e Fixed tests 2014-11-24 10:48:53 +01:00
Roland Hedberg 477a52a6f2 It is no longer allowed for clients to register redirect_uri http urls if response_types are not == ["code"] 2014-11-13 09:53:33 +01:00
Roland Hedberg 1306a7ecde Added support for rotating keys. 2014-11-12 15:12:47 +01:00
Tomas Pazderka 6f77a06fba Fixed non-reliable creation of path to test files. 2014-11-12 10:40:53 +01:00
Tomas Pazderka 97398b2600 Changed tests to include full paths to keys and other files.
Previously, the result of test was dependent on the current directory.
2014-10-17 11:12:39 +02:00
Roland Hedberg b0f057d1ea Merge branch 'master' of github.com:rohe/pyoidc
Conflicts:
	src/oic/oic/provider.py
2014-10-15 11:24:35 +03:00
Tomas Pazderka cb78d65f1c Fixed tests
Removed unused numbers.py from tests directory - it is shadowing system
numbers lib and causing some imports to fail.
Changed rsa certificate in tests to the one located in tests directory -
tests shouldn't be dependend on cert that is missing and user has to
create one.
2014-10-13 11:47:43 +02:00
Roland Hedberg 7eab377633 Fixed tests. 2014-10-11 13:46:36 +02:00
Roland Hedberg 370972f114 Minor tweaks. 2014-10-01 11:37:06 +02:00
Roland Hedberg 3ee7ad522d Fixed the unit tests. 2014-06-20 13:08:32 +02:00
Roland Hedberg 451cdf94aa Changes in directory structure not represented in lots of files. Fixed that.
Also Cherrypy seems to be eating URL fragments so a RP based on Cherrypy can't handle return_type other then 'code'.
2014-05-13 19:48:40 +02:00
Roland Hedberg 3f49288a88 Fixed tests 2014-04-23 21:31:24 +02:00
Roland Hedberg 63e20151f9 Fixed method name screw-up. 2014-01-22 14:49:46 +01:00
Roland Hedberg a261aa77a8 Replaced M2Crypto with PyCrypto 2013-12-02 14:42:36 +01:00
Roland Hedberg 5230f9448b Removed unused import 2013-11-12 11:09:01 -08:00
Roland Hedberg a495c77a6b Made all the tests run OK 2013-09-23 12:08:42 +02:00
Roland Hedberg ef0602246e Removed unused method arguments. 2013-09-13 20:37:38 +02:00
Roland Hedberg 0a5da22e56 Algorithm name is "RSA" not "rsa". 2013-06-12 09:59:52 +02:00
Roland Hedberg b60805092c Updated to work with the new JWx implementation 2013-06-04 13:50:29 +02:00
Roland Hedberg 27005997a6 Changed claims format 2013-05-28 16:02:12 +02:00
Roland Hedberg b9ca331a69 Changed expires_at -> client_secret_expires_at and issued_at/issued -> client_id_issued_at. 2013-05-24 08:43:24 +02:00
Roland Hedberg bf42d40323 Fixed tests 2013-05-01 09:08:21 +02:00
Roland Hedberg f391091b39 Back at square one, though another square :-) All tests works. 2013-04-03 22:11:44 +02:00
Roland Hedberg d3dfdde0d9 One step further into the refactoring. 2013-03-31 17:41:22 +02:00
Roland Hedberg 9fc3658db5 Moving from demanding WSGI based web service. 2013-03-15 20:05:55 -07:00
Roland Hedberg 65af430281 Moving from demanding WSGI based web service. 2013-03-14 10:14:38 -04:00
Roland Hedberg 9c3aaa8795 Catch up 2013-02-22 09:50:04 +01:00
Roland Hedberg b6977be631 Only one registration format as per draft 15. 2013-02-06 09:26:22 +01:00
Roland Hedberg a9152756f7 All tests OK 2013-02-03 10:57:46 +01:00
Roland Hedberg 85a82c27b0 Updated parameter names 2013-01-01 16:51:52 +01:00
Roland Hedberg ef206361f8 After this all tests works 2012-12-03 21:01:24 +01:00
Roland Hedberg 484e061073 fixed tests 2012-12-03 20:25:42 +01:00
Roland Hedberg 5ad5a67590 Remade the key export/import/handling thing 2012-11-02 16:21:38 +01:00
Roland Hedberg fbfab0838e fixed tests 2012-10-03 15:30:40 -04:00
Roland Hedberg ca54fdfa3d Added and fixed tests 2012-10-01 14:50:40 -04:00
Roland Hedberg 0e973de0c7 Updated tests 2012-09-13 13:01:40 +02:00
Roland Hedberg 3f7c8f8d0d Fixed tests 2012-09-06 19:10:16 +02:00
Roland Hedberg f2542a86c4 Added missing scope parameter 2012-08-22 10:32:02 +02:00
Roland Hedberg b1130d8c34 Modified to deal with changes in redirect_uris
Added tests for redirect_uri
2012-08-21 09:53:01 +02:00
Roland Hedberg 15bcde4fce Made verify as a side effect replace JWT with parsed and verified class instance. 2012-07-07 22:14:08 +02:00
Roland Hedberg 3d7e2cf643 Refactored out keystore into a module of its own.
Split RequestResponse into two classes
Change key usage tags to be similar.
2012-06-26 15:32:42 +02:00
Roland Hedberg 9868613795 Deal with perceived lack of functionality in requests
Improved code test coverage
Removed a module
Deal with claims_in_id_token
2012-06-05 14:21:27 +02:00
Roland Hedberg cc865daefd Worked on test coverage 2012-05-29 16:19:43 +02:00
Roland Hedberg 3fd71e4975 Complete rewrite of the base library classes. 2012-05-15 14:29:18 +02:00
Roland Hedberg 533b0666b4 Switched from httplib2 to requests -fixed remaining topics 2012-03-24 19:26:03 +01:00
Roland Hedberg 45ae2355dc Removed test 2012-03-20 09:03:11 +01:00
Roland Hedberg 2fb88e2daf Aligned the tests to changes in the API 2012-03-19 15:45:38 +01:00