Commit graph

18 commits

Author SHA1 Message Date
Christian Bouvier f743e23cc4 Token Introspection docs (#257)
Added a new doc page related to Token Introspection Endpoint.
The documentation includes some introduction with links to the related RFCs and examples.
2018-10-14 14:24:48 -03:00
Juan Ignacio Fiorentino 61d88014c9 Remove duplicate link in docs. 2018-04-20 11:19:59 -03:00
Juan Ignacio Fiorentino ff3d6ebe1a Move changelog into docs. 2018-04-05 17:27:01 -03:00
Reinout van Rees bb218dbc56 Sphinx documentation fixes (#219)
* Small wording change + fix in example template code

* Added note about UserConsent not being in the admin

* Mostly spelling corrections and phrasing changes

* Moved template context explation from the settings to the templates page

* Changed wording

* Changed wording
2017-12-14 18:30:46 +01: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
Ignacio Fiorentino db68977eb2 Provide doc for signals. 2016-12-01 16:20:53 -03:00
Ignacio Fiorentino d9149b162d Add initial doc for session management. 2016-10-28 16:56:06 -03:00
Ignacio Fiorentino ac6fc66770 Improve docs. 2016-09-26 17:15:32 -03:00
Ignacio Fiorentino 72bdeb0b3c Update docs. 2016-09-19 18:05:29 -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 739b6ef381 Provide doc for user consent model. 2016-06-13 13:26:33 -03:00
John Peach 74586f3e19 grammar corrections 2016-05-31 10:33:19 -07:00
Ignacio Fiorentino c39a81e5f9 Update docs. 2016-04-08 16:56:20 -03:00
juanifioren 67c06fad9b Add OAuth2 documentation. 2016-02-18 16:24:31 -03:00
juanifioren 7fb57ee7a1 Modify docs. 2016-02-12 16:22:47 -03:00
juanifioren 68e31cbf2d Upload new docs. 2016-02-11 17:24:34 -03:00
juanifioren 7b8eedc9e5 Add new docs using sphinx. 2016-02-11 14:31:30 -03:00