Wojciech Bartosiak
7407e2c5b0
Bump version
2017-07-11 07:35:52 +02:00
Wojciech Bartosiak
eed581399e
Fixes #192
2017-07-07 17:47:11 +02: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
Nagaraj
8f1fc41cb2
Update accesstokens.rst
...
Refresh token requires client secret as well.
2017-03-07 22:55:51 +05:30
Ignacio Fiorentino
a6fc1a717e
Update authorize template in docs.
2016-12-02 12:03:59 -03:00
Ignacio Fiorentino
db68977eb2
Provide doc for signals.
2016-12-01 16:20:53 -03:00
Ignacio Fiorentino
2ec9cbe334
Fix wrong link in docs.
2016-11-02 12:35:22 -03:00
Ignacio Fiorentino
7576448414
Add more doc for session management.
2016-11-02 11:43:39 -03:00
Ignacio Fiorentino
d9149b162d
Add initial doc for session management.
2016-10-28 16:56:06 -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
f9990d8b34
Fix docs.
2016-10-05 14:18:38 -03:00
Ignacio Fiorentino
ddb8015987
Fix docs.
2016-09-27 13:07:39 -03:00
Ignacio Fiorentino
510a54a0d5
Fix docs.
2016-09-27 12:56:26 -03:00
Ignacio Fiorentino
ac6fc66770
Improve docs.
2016-09-26 17:15:32 -03:00
Juan Ignacio Fiorentino
ea4609c08c
Fix typo in docs.
2016-09-20 15:29:35 -03:00
Ignacio Fiorentino
72bdeb0b3c
Update docs.
2016-09-19 18:05:29 -03:00
Ignacio Fiorentino
976f254524
Improve Docs.
2016-09-19 17:38:17 -03:00
Ignacio Fiorentino
a0f95446bb
Fix docs.
2016-09-12 13:07:12 -03:00
Ignacio Fiorentino
d125ed3955
Edit docs.
2016-09-12 12:38:44 -03:00
Ignacio Fiorentino
2c5019af3e
Improve docs.
2016-09-08 17:32:57 -03:00
Ignacio Fiorentino
8bfbc60877
Add more doc.
2016-09-06 15:38:52 -03:00
Ignacio Fiorentino
bb6fa54cf2
Change theme.
2016-09-02 12:05:46 -03:00
Ignacio Fiorentino
9bf0c44fb4
Edit CHANGELOG and fix docs.
2016-08-30 12:46:44 -03:00
Ignacio Fiorentino
d6a59b2a88
Improve docs.
2016-08-17 11:35:01 -03:00
Ignacio Fiorentino
988cad073e
Add new test for migrations.
2016-08-11 16:43:30 -03:00
Graham Ullrich
b67c35d94a
Add Django 1.10 as a supported configuration.
2016-08-04 11:07:34 -06:00
Ignacio Fiorentino
3f12db6930
Add doc for tox.
2016-07-28 17:18:11 -03:00
Ignacio Fiorentino
dc9ec1863e
Change setting OIDC_USERINFO.
2016-07-07 12:50:27 -03:00
Ignacio Fiorentino
4cc7474c19
Add verbose name and description for scopes.
2016-06-16 17:18:39 -03:00
Ignacio Fiorentino
739b6ef381
Provide doc for user consent model.
2016-06-13 13:26:33 -03:00
Ignacio Fiorentino
0b6c64e049
Merge branch 'v0.3.x' of https://github.com/juanifioren/django-oidc-provider
2016-05-31 14:57:47 -03:00
John Peach
74586f3e19
grammar corrections
2016-05-31 10:33:19 -07:00
Ignacio Fiorentino
eea590e006
Modify scope claims class.
2016-05-30 13:28:07 -03:00
Ignacio Fiorentino
de3da208ee
Update docs.
2016-05-26 17:05:16 -03:00
Ignacio Fiorentino
ef88b6ca33
Improve docs.
2016-04-27 15:55:02 -03:00
Ignacio Fiorentino
a0c7b3c0c4
Create migrations. Improve docs.
2016-04-25 17:33:52 -03:00
Ignacio Fiorentino
c39a81e5f9
Update docs.
2016-04-08 16:56:20 -03:00
Wojciech Bartosiak
7cb5b4d54e
str or list or tuple for OIDC_ID_TOKEN_PROCESSING_HOOK
2016-03-01 17:54:57 +00:00
Ignacio
a4d5f89536
Merge branch 'v0.2.x' of https://github.com/juanifioren/django-oidc-provider into v0.3.x
...
Conflicts:
oidc_provider/lib/utils/common.py
oidc_provider/lib/utils/token.py
2016-02-25 10:10:07 -03:00
juanifioren
67c06fad9b
Add OAuth2 documentation.
2016-02-18 16:24:31 -03:00
Wojciech Bartosiak
0a2ee70dae
Fixed type in return
2016-02-18 13:17:04 +00:00
Wojciech Bartosiak
3e772b3161
added 'user' into default_idtoken_processing_hook
2016-02-17 22:25:02 +00:00
Wojciech Bartosiak
d69828b8db
Extended description of OIDC_IDTOKEN_PROCESSING_HOOK
2016-02-17 22:16:39 +00:00
juanifioren
7fb57ee7a1
Modify docs.
2016-02-12 16:22:47 -03:00
Wojciech Bartosiak
8ea21b3f75
added doc for OIDC_ID_TOKEN_PROCESSING_HOOK
2016-02-12 16:03:49 +00:00
juanifioren
68e31cbf2d
Upload new docs.
2016-02-11 17:24:34 -03:00
juanifioren
fdd13a8985
Edit docs conf.
2016-02-11 14:41:49 -03:00
juanifioren
7b8eedc9e5
Add new docs using sphinx.
2016-02-11 14:31:30 -03:00