Commit Graph

822 Commits

Author SHA1 Message Date
Roland Hedberg ee437b2b2a Simple script to test webfinger support. 2014-11-27 17:51:15 +01:00
Roland Hedberg 48de8bed9e Allow the choice of user interface language for the login page. 2014-11-27 11:23:59 +01:00
Roland Hedberg dd5bd3d844 May solve the problem. 2014-11-27 09:37:51 +01:00
Roland Hedberg 9a69c3db13 Added host info to session DB. 2014-11-27 09:22:22 +01:00
Roland Hedberg c320a94b77 The reuired_user method didn't do the right thing. 2014-11-25 16:46:51 +01:00
Manuel Jeckelmann 6ea907a813 Adapted some other tests to compare unordered sets instead of ordered strings 2014-11-24 23:40:54 +01:00
Manuel Jeckelmann 492e8c8193 Adapted tests to focus on content rather than on sort order 2014-11-24 23:18:29 +01:00
Manuel Jeckelmann 7bd5fed021 Merge remote-tracking branch 'rohe/master' into ci_testing
Conflicts:
	setup.py
	src/oic/oauth2/provider.py
	src/oic/oic/provider.py
	src/oic/utils/sdb.py
2014-11-24 16:10:23 +01:00
Manuel Jeckelmann 2a00c96ea9 Bump for lauunching tests 2014-11-24 16:02:09 +01:00
Roland Hedberg 18b4df490a Release version so I'm in step with pyjwkest. 2014-11-24 11:01:11 +01:00
Roland Hedberg cd9e722b89 Added pyjwkest version dependency. Hope I got this right :-) 2014-11-24 10:59:16 +01:00
Roland Hedberg 0a20baf609 Added pyjwkest version dependency. 2014-11-24 10:58:36 +01:00
Roland Hedberg 1f3a5c795e Fixed tests 2014-11-24 10:48:53 +01:00
Roland Hedberg 049e64c99b Deal with the fact that input may contain a dictionary that has keys with no values. 2014-11-24 10:46:44 +01:00
Roland Hedberg 2f22b2f37f Refactored the sdb module. 2014-11-24 10:45:37 +01:00
Manuel Jeckelmann 3103593279 Added TravisCI badge 2014-11-23 23:22:34 +01:00
Manuel Jeckelmann f967875f34 Added travis dependencies and tox config 2014-11-23 23:14:39 +01:00
Roland Hedberg c6b8b8e590 Merge pull request #47 from jvazquez/fixes
Certificate folder missing on op1 folder
2014-11-23 21:57:46 +01:00
Manuel Jeckelmann 7d4b4f4467 Merge remote-tracking branch 'rohe/master' into ci_testing
Conflicts:
	oidc_example/rp3/modules/opchoice.mako.py
	src/oic/oic/provider.py
	src/oic/utils/http_util.py
	src/oic/utils/keyio.py
2014-11-23 21:19:21 +01:00
Jorge Vazquez 8c3c540f8e restoring indent 2014-11-23 12:42:06 -03:00
Jorge Vazquez c3d0154e67 Removing debug files 2014-11-23 12:38:48 -03:00
Jorge Vazquez c8ffb5ee3e Merge branch 'research_and_fixes' of github.personal:jvazquez/pyoidc into research_and_fixes 2014-11-23 12:34:31 -03:00
Jorge Vazquez 9cbf2df242 Adding the certs for op1
fixes
2014-11-23 12:27:46 -03:00
Jorge Vazquez 00596a0c7e Adding the certs for op1 2014-11-23 12:23:33 -03:00
Roland Hedberg cd8f425e53 Merge pull request #46 from jvazquez/research_and_fixes
Error on oc_server.py import
2014-11-23 16:06:32 +01:00
Jorge Vazquez abaa6fdda2 Error on oc_server.py import 2014-11-23 08:39:47 -03:00
Roland Hedberg b9fd3f676c Fixed things the changes in pyjwkest broke. 2014-11-16 09:21:12 +01:00
Roland Hedberg 4ddebf151c Chnaged file mods 2014-11-13 23:06:46 +01:00
Roland Hedberg 86cc495567 Fixes as consequence of changes in pyjwkest.
Added .travis.yml file
2014-11-13 22:46:14 +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 545b886915 Removed imports that wasn't used. 2014-11-13 09:45:10 +01:00
Roland Hedberg 806b600fc4 Fixed so all examples have a start.sh script and that all are working. 2014-11-13 09:29:46 +01:00
Roland Hedberg 1306a7ecde Added support for rotating keys. 2014-11-12 15:12:47 +01:00
Roland Hedberg e79c562168 Merge pull request #44 from tpazderka/Fix_test_path
Fixed non-reliable creation of path to test files.
2014-11-12 11:00:47 +01:00
Tomas Pazderka 6f77a06fba Fixed non-reliable creation of path to test files. 2014-11-12 10:40:53 +01:00
Roland Hedberg f2eb2a22e8 Refactored the initial OP/RP key setup
Worked on the support for elliptic curves.
2014-11-10 16:16:26 +01:00
Roland Hedberg 5e14dd4c06 Allow inactive keys to be kept in key jar. 2014-11-09 13:45:56 +01:00
Manuel Jeckelmann 69242ed4a3 Another PEP8 iteration 2014-11-07 15:02:53 +01:00
Manuel Jeckelmann 334986f7b7 Merge remote-tracking branch 'rohe/master' into maennel_master
Conflicts:
	src/oic/oauth2/__init__.py
2014-11-07 14:59:07 +01:00
Manuel Jeckelmann 57cd46ad23 Refactored according to PEP8 and optimized imports 2014-11-07 14:49:22 +01:00
Roland Hedberg 85cba0aceb Added a __delitem__ method
Proposed by M. Jeckelmann
2014-11-06 12:26:22 +01:00
Roland Hedberg 4845fac868 Added verfication_endpoints parameter ro LDAPAuthn __init__
Proposed by M. Jeckelmann
2014-11-06 12:25:50 +01:00
Roland Hedberg 6ed39b6e9c Logout acr support, more debug logging.
Proposed by M. Jeckelmann
2014-11-06 12:24:26 +01:00
Roland Hedberg f6dc157eff Class variable should be defined in __init__ 2014-11-06 12:23:07 +01:00
Roland Hedberg f768bf7cab Refactored.
Added support for encrypting request JWT.
2014-11-06 12:21:23 +01:00
Roland Hedberg f3a5066cff Interesting to know which HTTP method that failed. 2014-11-06 12:20:10 +01:00
Roland Hedberg 71e47d7fad Ensure variable is defined.
Added ACR values to logout url
Fix proposed by J.Maennel
2014-11-06 12:18:28 +01:00
Roland Hedberg d7861ec0db Ensure variable is defined
Fix proposed by J.Maennel
2014-11-06 12:17:11 +01:00
Roland Hedberg e443a16742 Merge pull request #42 from maennel/pass_tests
Pass tests. Thanks Manuel Jecke.
2014-11-05 08:25:21 +01:00
Manuel Jeckelmann e21c985e09 Extended the install-doc to ensure running tests 2014-11-04 16:25:51 +01:00