django-oidc-provider/oidc_provider/tests/cases
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
..
test_authorize_endpoint.py support multiple response types per client 2018-08-16 11:38:46 -05:00
test_claims.py Fix scopeclaims class. 2018-07-26 23:12:45 -03:00
test_commands.py Simplify test suit. 2018-03-22 11:45:56 -03:00
test_end_session_endpoint.py Merge branch 'feature/token_retun_claims' of https://github.com/dhrp/django-oidc-provider into dhrp-feature/token_retun_claims 2018-04-10 18:41:38 -03:00
test_introspection_endpoint.py support introspection on client credentials tokens 2018-07-06 11:41:09 -05:00
test_middleware.py Merge branch 'v0.5.x' of https://github.com/juanifioren/django-oidc-provider into develop 2018-03-22 12:28:02 -03:00
test_provider_info_endpoint.py Simplify test suit. 2018-03-22 11:45:56 -03:00
test_settings.py fix settings to support falsy valued overrides 2018-07-03 13:17:10 -05:00
test_token_endpoint.py Merge pull request #256 from q3aiml/client-credentials-introspection 2018-07-19 11:18:35 -03:00
test_userinfo_endpoint.py Accept lowercase "bearer" in Authorization header 2018-08-02 13:42:21 -05:00
test_utils.py Merge branch 'feature/token_retun_claims' of https://github.com/dhrp/django-oidc-provider into dhrp-feature/token_retun_claims 2018-04-10 18:41:38 -03:00