django-oidc-provider/oidc_provider/lib/endpoints
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 Change name of the package. 2015-02-18 15:07:22 -03:00
authorize.py support multiple response types per client 2018-08-16 11:38:46 -05:00
introspection.py support introspection on client credentials tokens 2018-07-06 11:41:09 -05:00
token.py include request in password grant authenticate call 2018-05-12 09:18:56 -05:00