Commit graph

115 commits

Author SHA1 Message Date
Juan Ignacio Fiorentino e66b374803 Merge branch 'v0.5.x' of https://github.com/juanifioren/django-oidc-provider into develop 2018-03-22 12:28:02 -03:00
Juan Ignacio Fiorentino b32fa6c17c Bump version 0.5.3. 2018-03-09 17:03:25 -03:00
Juan Ignacio Fiorentino 72388bb117
Update CHANGELOG.md 2018-02-19 23:41:38 -03:00
Allisson Azevedo 795ac32257 Update project to support Django 2.0 2018-02-01 14:00:57 -03:00
Wojciech Bartosiak bc3a4a2b9f Update CHANGELOG 2017-08-23 15:30:47 +02:00
Wojciech Bartosiak 6bb42a1731 removed tab char 2017-08-23 14:01:32 +02:00
Wojciech Bartosiak 0e4ba169df Update CHANGELOG.md 2017-08-22 17:36:18 +02:00
Wojciech Bartosiak 2e1efc41ed fixed typos 2017-07-11 16:44:24 +02:00
Wojciech Bartosiak 7407e2c5b0 Bump version 2017-07-11 07:35:52 +02:00
Ignacio Fiorentino 1397439b09 Bump version v0.5.1. 2017-05-18 23:49:06 -03:00
Wojciech Bartosiak a829726be8 Merge develop to v0.5.x (#179)
* Log create_uri_response exceptions to logger.exception

* Support grant type password - basics

* Add tests for Resource Owner Password Credentials Flow

* Password Grant -Response according to specification

* Better tests for errors, disable grant type password by default

* Add documentation for grant type password

* User authentication failure to return 403

* Add id_token to response

* skipping consent only works for confidential clients

* fix URI fragment

example not working URL `http://localhost:8100/#/auth/callback/`

* OIDC_POST_END_SESSION_HOOK + tests

* Explicit function naming

* Remove print statements

* No need for semicolons, this is Python

* Update CHANGELOG.md

* fixed logger message

* Improved `exp` value calculation

* rename OIDC_POST_END_SESSION_HOOK to OIDC_AFTER_END_SESSION_HOOK

* added docs for OIDC_AFTER_END_SESSION_HOOK

*  Replaces `LOGIN_URL` with `OIDC_LOGIN_URL`
so users can use a different login path for their oidc requests.

* Adds a setting variable for custom template paths

* Updates documentation

* Fixed bad try/except/finally block

* Adds test for OIDC_TEMPLATES settings

* Determine value for op_browser_state from session_key or default

* Do not use cookie for browser_state. It may not yet be there

* Add docs on new setting

OIDC_UNAUTHENTICATED_SESSION_MANAGEMENT_KEY

* Fix compatibility for older versions of Django

* solved merging typo for missing @property
2017-05-05 05:19:57 +02:00
kaveh b164388e15 Adds per-client consent customization 2017-04-11 13:16:06 -07:00
Ignacio Fiorentino d9790ab214 Edit CHANGELOG. 2016-12-13 12:46:45 -03:00
Ignacio Fiorentino e1fa322c4f Edit CHANGELOG. 2016-12-01 16:22:19 -03:00
Ignacio Fiorentino 8d77634417 Edit CHANGELOG. 2016-11-30 13:25:06 -03:00
Ignacio Fiorentino 10ed8171f0 Bump version v0.4.4. 2016-11-29 17:37:07 -03:00
Ignacio Fiorentino f24445e421 Edit CHANGELOG. 2016-11-04 15:41:51 -03:00
Ignacio Fiorentino 21fb1aae98 Edit CHANGELOG. 2016-11-02 12:26:56 -03:00
Ignacio Fiorentino 5d07111a18 Implementing end_session_endpoint feature with post_logout_redirect_uri. 2016-10-31 17:07:06 -03:00
Ignacio Fiorentino 76dca8f504 Bump version v0.4.2. 2016-10-13 11:31:33 -03:00
David Montano 99d7194ab1 Make Client available when using OIDC_EXTRA_SCOPE_CLAIMS
Now it's passed the Token to the ScopeClaims constructor so that it can make Client avaialble to implementors
2016-10-12 14:23:57 -05:00
Ignacio Fiorentino 7405d79fdb Edit CHANGELOG. 2016-10-12 11:11:04 -03:00
Ignacio Fiorentino 7b07a398a4 Edit CHANGELOG. 2016-10-11 13:32:28 -03:00
Ignacio Fiorentino aceb9d6c24 Bump version v0.4.1. 2016-10-03 12:57:39 -03:00
Ignacio Fiorentino f882efbad3 Bump version v0.4.0. 2016-09-12 13:19:35 -03:00
Ignacio Fiorentino e83a0199c0 Edit CHANGELOG. 2016-09-09 15:59:17 -03:00
Ignacio Fiorentino 8a63c83514 Refactoring create_id_token function. 2016-09-09 13:10:12 -03:00
Ignacio Fiorentino 4dc0faed0c Edit CHANGELOG. 2016-09-08 17:34:46 -03:00
Ignacio Fiorentino dd7d703ecb Edit CHANGELOG. 2016-09-07 12:32:03 -03:00
Ignacio Fiorentino 8bfbc60877 Add more doc. 2016-09-06 15:38:52 -03:00
Ignacio Fiorentino 6cb706fe0f Edit CHANGELOG. 2016-09-06 11:36:19 -03:00
Juan Ignacio Fiorentino cfb3c0a1b2 Update CHANGELOG.md 2016-08-31 16:57:41 -03:00
Ignacio Fiorentino 9bf0c44fb4 Edit CHANGELOG and fix docs. 2016-08-30 12:46:44 -03:00
Ignacio Fiorentino 093003291b Edit CHANGELOG. 2016-08-10 18:37:00 -03:00
Ignacio Fiorentino 5beaa6bd12 Edit CHANGELOG. 2016-08-08 13:18:39 -03:00
Juan Ignacio Fiorentino d7ea6e33cd Update CHANGELOG.md 2016-08-05 13:25:28 -03:00
Ignacio Fiorentino 5766f814d3 Bump version 0.3.6. 2016-07-07 12:52:32 -03:00
Ignacio Fiorentino ab65aab0e1 Bump version v0.3.5. 2016-06-21 12:30:15 -03:00
Ignacio Fiorentino 6b9a25fdc5 Edit CHANGELOG. 2016-06-16 17:21:57 -03:00
Ignacio Fiorentino b145c5d477 Edit CHANGELOG. 2016-06-13 12:16:48 -03:00
Ignacio Fiorentino 0e7d3cb388 Bump version v0.3.4. 2016-06-10 12:27:36 -03:00
Ignacio Fiorentino 3f85f7bfec Edit CHANGELOG. 2016-05-26 17:06:06 -03:00
Ignacio Fiorentino 497f2f3a68 Bump version v0.3.3. 2016-05-03 12:17:22 -03:00
Ignacio Fiorentino ad93b777db Bump version v0.3.2. 2016-04-26 17:33:43 -03:00
Ignacio Fiorentino a0c7b3c0c4 Create migrations. Improve docs. 2016-04-25 17:33:52 -03:00
Ignacio Fiorentino 2ec000e18a Edit CHANGELOG. 2016-04-15 11:35:23 -03:00
Ignacio Fiorentino 32950bc655 Edit CHANGELOG. 2016-04-08 18:11:51 -03:00
Ignacio Fiorentino 9c071831fa Edit CHANGELOG 2016-04-06 18:12:19 -03:00
Ignacio Fiorentino fa2c7d314d Edit CHANGELOG. 2016-04-04 17:25:28 -03:00
Ignacio 3c0a5e6e04 Bump version v0.3.1. 2016-03-09 12:11:59 -03:00