django-oidc-provider/oidc_provider/tests
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
..
app support multiple response types per client 2018-08-16 11:38:46 -05:00
cases support multiple response types per client 2018-08-16 11:38:46 -05:00
templates/accounts Clean templates in tests. 2015-06-23 15:05:47 -03:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
settings.py Simplify test suit. 2018-03-22 11:45:56 -03:00