Commit Graph

822 Commits

Author SHA1 Message Date
Manuel Jeckelmann 4ad76e1933 Adapted example's name in order for the test to find the correct templates 2014-11-04 16:23:15 +01:00
Manuel Jeckelmann feff15734a Cleaned up gitignore file 2014-11-04 14:30:03 +01:00
Manuel Jeckelmann a41c12197e Added line feeds for correct rst-doc parsing 2014-11-04 14:29:16 +01:00
Roland Hedberg d7c2e1b773 More error logging 2014-10-25 08:15:42 -05:00
Roland Hedberg ee24e041d2 More error logging 2014-10-25 08:08:59 -05:00
Roland Hedberg 7f14f852af Merge pull request #41 from tpazderka/message_fix
Fixed error when _ser is None
2014-10-20 13:41:18 +02:00
Tomas Pazderka 764abc57de Fixed error when _str is None 2014-10-20 13:16:51 +02:00
Roland Hedberg f0a68d851c Merge pull request #40 from tpazderka/tests_absolute_path
Changed tests to include full paths to keys and other files.
2014-10-17 11:20:06 +02: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 cfacd5cdc0 Add information about where it broke. 2014-10-16 14:43:47 +02:00
Roland Hedberg ce1b4a19ce Mark HTTP error as such. 2014-10-16 13:09:01 +02:00
Roland Hedberg a9b5db50c9 Sets of values not the on-the-wire string representation. 2014-10-15 11:27:08 +03: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
Roland Hedberg 49dccbecfb Merge pull request #39 from tpazderka/test_fix
Fixed tests
2014-10-15 11:18:12 +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 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 7eab377633 Fixed tests. 2014-10-11 13:46:36 +02:00
Roland Hedberg 971d2d3a31 Making the provider more configurable. 2014-10-11 13:46:12 +02:00
Roland Hedberg 9794f35c0d Fixed spelling error. Refactoring!
Added verification tests.
2014-10-11 13:45:45 +02:00
Roland Hedberg c8725867b3 Fixed spelling error. 2014-10-11 13:44:02 +02:00
Roland Hedberg e4a80cf906 Refactored 2014-10-11 13:43:09 +02:00
Roland Hedberg 5ab67aa4a0 Merge pull request #37 from its-dirg/id_token_fix
Allow the expiration time of the id_token to be specified.
2014-10-08 12:43:25 +02:00
Rebecka Gulliksson 3b42e10442 Allow the expiration time of the id_token to be specified. 2014-10-08 10:18:47 +02:00
Roland Hedberg 370972f114 Minor tweaks. 2014-10-01 11:37:06 +02:00
Roland Hedberg bfde2df3c5 Merge pull request #36 from its-dirg/master
multi auth + cookie handling
2014-10-01 11:29:05 +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
Roland Hedberg 84ad17836d Capabilities should always be represented as a class instance. 2014-09-22 13:09:35 +02:00
Roland Hedberg 47eab8ed51 If auth_time and/or loa is available return even if not specifically asked for. 2014-09-22 13:08:55 +02:00
Roland Hedberg 7edf95e586 New method and fixed some old. 2014-09-22 13:07:44 +02:00
Roland Hedberg 8c7aba3dce Unnecessary log line 2014-09-22 13:06:58 +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
Rebecka Gulliksson d91be76440 Fixed assertion consumer service index. 2014-09-08 13:21:29 +02:00
Rebecka Gulliksson 35f17bb929 Polished documentation for multi auth. 2014-09-08 13:20:29 +02:00
Roland Hedberg 2edb7bc967 Error in handling expires parameter in cookie. Should be seconds since the cookie was received. 2014-09-08 12:50:49 +02:00
Rebecka Gulliksson 751ef0cfb5 Merge branch 'develop' 2014-09-05 10:11:17 +02:00
Rebecka Gulliksson 135c3f73e5 Updated documentation of pyoidc OP to include setup of multi auth. 2014-09-05 10:03:46 +02:00
Rebecka Gulliksson 481012619e Merge branch 'master' of https://github.com/its-dirg/pyoidc 2014-09-05 07:43:18 +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
Rebecka Gulliksson fb0b99d847 Merge branch 'master' of https://github.com/its-dirg/pyoidc 2014-09-04 07:03:11 +02:00
daniel evertsson 523dc5e595 Merge branch 'master' of https://github.com/its-dirg/pyoidc 2014-09-03 15:25:05 +02:00