Commit graph

358 commits

Author SHA1 Message Date
juanifioren 984b1498bc Bump version v0.1.2. 2015-08-03 15:27:28 -03:00
juanifioren 721791444e Edit DOC. 2015-08-03 15:23:44 -03:00
juanifioren 8040dd7670 Remove unnecessary property in error class. 2015-08-03 15:09:12 -03:00
juanifioren fea7c49d0a Add coverage to tox.ini. 2015-08-03 15:08:29 -03:00
juanifioren a8c7fd1592 Add coverage file to gitignore. 2015-08-03 14:25:49 -03:00
Juan Ignacio Fiorentino 3c3d16b943 Update CHANGELOG. 2015-08-02 23:46:15 -03:00
Juan Ignacio Fiorentino 9ae3bca37d Add commands into build on setup. 2015-08-02 23:44:06 -03:00
juanifioren 8bee7f5503 Edit README. 2015-07-31 15:22:44 -03:00
juanifioren a680602013 Edit CHANGELOG. 2015-07-31 15:22:13 -03:00
juanifioren e178f8c1a9 Add token_endpoint_auth_methods_supported to discovery. 2015-07-31 14:59:33 -03:00
juanifioren 7658257d18 Refactoring in discovery. 2015-07-31 14:19:53 -03:00
Juan Ignacio Fiorentino 8fd4ba6e83 Update README. 2015-07-31 13:06:00 -03:00
juanifioren c276e23d28 Bump version 0.1.1. 2015-07-30 16:00:54 -03:00
juanifioren 3e22e44462 Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider into v0.1.x 2015-07-30 15:52:53 -03:00
juanifioren fe10cf37b2 Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider into v0.1.x 2015-07-30 15:52:08 -03:00
juanifioren 3e196ee5b1 Merge branch 'v0.1.x' of https://github.com/juanifioren/django-oidc-provider 2015-07-30 15:50:10 -03:00
juanifioren 83c21cec40 Add tests for HTTP Basic Client auth. 2015-07-30 15:49:48 -03:00
juanifioren 6c4dad8c5c Imports in alphabetical order. 2015-07-30 15:49:12 -03:00
juanifioren 870c605211 Add HTTP Basic client auth in token endpoint. 2015-07-30 15:47:50 -03:00
Juan Ignacio Fiorentino 16c8e5997d Improve DOC. 2015-07-30 12:17:49 -03:00
Juan Ignacio Fiorentino 1d3350a9b3 Fix DOC. 2015-07-30 12:11:57 -03:00
juanifioren 87b0deb357 Merge branch 'v0.1.x' of https://github.com/juanifioren/django-oidc-provider 2015-07-28 15:56:00 -03:00
juanifioren 253527aa52 Refactoring in authorize endpoint. 2015-07-28 15:55:30 -03:00
juanifioren 46b0c2f244 Add test to authorize endpoint. 2015-07-28 15:54:52 -03:00
juanifioren 580c096887 Edit tox file. 2015-07-28 15:15:34 -03:00
juanifioren cb59b99fa8 Edit CHANGELOG. 2015-07-27 18:33:34 -03:00
juanifioren 92b75ba1d9 Sending access_token as query string parameter in UserInfo. 2015-07-27 18:28:12 -03:00
juanifioren c6d7422a9e Edit travis file. 2015-07-27 16:12:04 -03:00
juanifioren cd2b47dac1 Merge branch 'master' of https://github.com/juanifioren/django-oidc-provider 2015-07-27 16:07:21 -03:00
juanifioren 990fc3900b Edit CHANGELOG. 2015-07-27 16:05:33 -03:00
juanifioren fdabf86335 Edit DOC. 2015-07-27 16:01:32 -03:00
juanifioren 32d7717877 No need to uninstall pyjwkest in travis file. 2015-07-27 15:51:59 -03:00
juanifioren 401a35f68f Encode id_token in tests. 2015-07-27 15:51:19 -03:00
juanifioren 4485453803 No need to uninstall pyjwkest in tox file. 2015-07-27 15:50:49 -03:00
juanifioren a640b33dd6 Convert "aud" to str in create_id_token function. 2015-07-27 15:50:02 -03:00
juanifioren 5d329eac35 Update travis file. 2015-07-27 13:07:27 -03:00
juanifioren a036b568ca Fix tox.ini indentation. 2015-07-27 13:03:13 -03:00
juanifioren b05bd99677 Fix pjwkest version in setup. 2015-07-27 12:49:13 -03:00
Juan Ignacio Fiorentino 7dc5da713b Update tox. 2015-07-27 12:44:39 -03:00
Ignacio 064b36d615 Fix tests with pyjwkest package. 2015-07-27 11:35:05 -03:00
Ignacio 70b3370ee6 Remove unnecessary packages. 2015-07-27 11:34:36 -03:00
Ignacio a2ca6f3437 Add tox for local testing. 2015-07-27 11:34:02 -03:00
Ignacio bedd114929 Use pyjwkest in encode_id_token function. 2015-07-27 11:33:28 -03:00
Ignacio 2065c06dab Add tox file. 2015-07-24 15:55:09 -03:00
Ignacio 4a7739ece6 Add tox folder to gitignore. 2015-07-24 15:46:01 -03:00
Juan Ignacio Fiorentino 8b3ea32224 Merge pull request #39 from ByteInternet/logout
Add logout view to enable minimal session mangement.
2015-07-24 11:14:23 -03:00
Maarten van Schaik 6e513cfb73 Add tests for logout view 2015-07-24 12:13:31 +02:00
Maarten van Schaik 76efb6fc68 Add logout view to enable minimal session mgmt
This implements a very small part of the OIDC session management as
described in
http://openid.net/specs/openid-connect-session-1_0-17.html#rfc.section.5.

It does not implement the full session management (using iframes) and
does not implement the registration and verification of logout redirect
uri's.
2015-07-24 11:36:45 +02:00
juanifioren 162416bfae Add missing encode in test. 2015-07-23 16:28:20 -03:00
juanifioren 01bf1ee5e6 In python 3 use "int" instead of "long". 2015-07-23 16:22:42 -03:00