Commit Graph

82 Commits

Author SHA1 Message Date
Roland Hedberg 75a5293e5a Allow starting a server with less then possible capabilities. 2014-12-28 16:53:49 +01:00
Roland Hedberg 7e095f658b Fixed RP3 errors 2014-12-16 14:23:34 +01:00
Roland Hedberg 4d5d75d776 Split config.py.example into two files onevery simple and one slightly more complex. 2014-12-16 13:15:57 +01:00
Roland Hedberg 68908be4f5 Merge branch 'ci_testing' of https://github.com/maennel/pyoidc into maennel-ci_testing
Conflicts:
	.travis.yml
	README.rst
	setup.py
	src/oic/oic/message.py
	src/oic/oic/provider.py
	src/oic/utils/authn/user.py
	tests/test_oic_provider.py
2014-12-15 21:28:57 +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 9a69c3db13 Added host info to session DB. 2014-11-27 09:22:22 +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
Roland Hedberg 2f22b2f37f Refactored the sdb module. 2014-11-24 10:45:37 +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 9cbf2df242 Adding the certs for op1
fixes
2014-11-23 12:27:46 -03: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 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 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 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 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 667d972cf5 PEP-8 2014-10-11 13:47:40 +02:00
Roland Hedberg 1ee61a5225 Don't demand functionality when not used. 2014-10-11 13:47:19 +02:00
Roland Hedberg 370972f114 Minor tweaks. 2014-10-01 11:37:06 +02:00
daniel evertsson 348625511c Merge branch 'master' of https://github.com/rohe/pyoidc 2014-09-24 15:14:05 +02:00
Roland Hedberg 4682ba24a5 Minor tweaks. 2014-09-22 13:10:09 +02:00
Rebecka Gulliksson 6b35e5004d Merge branch 'master' of https://github.com/rohe/pyoidc
Conflicts:
	src/oic/oauth2/__init__.py
2014-09-18 15:40:19 +02:00
Roland Hedberg d118dc02b0 Year in birthdate claim is allowed to be 0000 according to the spec. 2014-09-14 09:39:06 +02:00
Rebecka Gulliksson 08cff22d3c Removed unused config files. 2014-09-12 07:51:02 +02:00
Rebecka Gulliksson e47ad8b3cd Updated endpoint indices for SAML.
Merged OP conf and SP conf for regular OP and studentness OP.
2014-09-08 14:20:17 +02:00
daniel evertsson 0cc683cca7 Updated the example configuration files 2014-09-04 13:14:40 +02:00
daniel evertsson 58bc97bb93 Added the Javascript login page as an authn method 2014-09-04 13:07:27 +02:00
daniel evertsson 4837cb848e Merge branch 'multiAuth'
Conflicts:
	oidc_example/op2/server.py
	oidc_example/op2/sp_conf.py.example
2014-09-04 11:30:49 +02:00
daniel evertsson ab79d3080d Started sending endpoint indexes to the IDP instead of sorting out the redirect urls in the SP 2014-09-04 11:21:30 +02:00
daniel evertsson f57857847b Forgot to update RP configuration example file 2014-09-04 08:25:44 +02:00
daniel evertsson 5179157b33 Updated the config examples to match the current config files 2014-09-04 08:18:54 +02:00
daniel evertsson 523dc5e595 Merge branch 'master' of https://github.com/its-dirg/pyoidc 2014-09-03 15:25:05 +02:00
daniel evertsson 1d211cf1de Added a login page which depends on javascript. 2014-09-03 15:23:29 +02:00
daniel evertsson d46c3a1f37 Works except when a discovery server is used 2014-09-03 15:04:50 +02:00
daniel evertsson 636f0f4406 Works except when a discovery server is used 2014-09-03 08:01:02 +02:00
Rebecka Gulliksson c938bab49e Renamed and added comments to the multi auth module. 2014-08-29 12:56:02 +02:00
Rebecka Gulliksson 4cb20ad7c3 Made ACR values the only global value in RP and added ACR values to example config. 2014-08-29 12:29:42 +02:00
daniel evertsson c966b1a6fb Can use three auth modules 2014-08-26 09:15:28 +02:00
daniel evertsson 953c4cb938 Can run (saml, password) and (password, saml) multi auth module 2014-08-25 10:43:44 +02:00
daniel evertsson 43f4daf1b2 Started on multi auth module. 2014-08-22 16:11:46 +02:00
daniel evertsson a46b8fb49e The saml module now parses the response in order to use the callback URL's. RP could use specified auth module (ACR value) 2014-08-21 10:15:38 +02:00
daniel evertsson 4b4b00342e Started using callback URLs 2014-08-20 14:06:02 +02:00
Rebecka Gulliksson f5c7511866 Merge branch 'master' of https://github.com/its-dirg/pyoidc 2014-08-14 16:21:47 +02:00
Rebecka Gulliksson bc1d5b0f8b Added missing import. 2014-08-14 16:21:07 +02:00