django-oidc-provider/docs
Andy Clayton 36018d19ae support multiple response types per client
The Dynamic Client Registration spec specifies multiple response_types
and grant_types per client
(https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata).
Since grant_types can be inferred from response_types we should be able
to support both without needing to store grant_types.

This also helps with oidc-client-js which expects a client that supports
both "id_token" and "id_token token".
2018-08-16 11:38:46 -05:00
..
images Edit docs. 2016-09-12 12:38:44 -03:00
sections support multiple response types per client 2018-08-16 11:38:46 -05:00
.gitignore Modify docs. 2016-02-12 16:22:47 -03:00
conf.py Merge pull request #203 from psavoie/develop 2017-08-23 15:29:49 +02:00
index.rst Remove duplicate link in docs. 2018-04-20 11:19:59 -03:00
make.bat Add new docs using sphinx. 2016-02-11 14:31:30 -03:00
Makefile Add new docs using sphinx. 2016-02-11 14:31:30 -03:00