django-oidc-provider/oidc_provider/tests/app
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
..
__init__.py Refactoring tests. 2015-07-14 13:27:46 -03:00
urls.py Fix PEP8. 2018-03-23 15:46:12 -03:00
utils.py support multiple response types per client 2018-08-16 11:38:46 -05:00