django-oidc-provider/oidc_provider/lib
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
..
endpoints support multiple response types per client 2018-08-16 11:38:46 -05:00
utils Accept lowercase "bearer" in Authorization header 2018-08-02 13:42:21 -05:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
claims.py Fix scopeclaims class. 2018-07-26 23:12:45 -03:00
errors.py Add token introspection endpoint to satisfy https://tools.ietf.org/html/rfc7662 2018-04-23 10:47:01 +01:00