36018d19ae
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". |
||
---|---|---|
.. | ||
test_authorize_endpoint.py | ||
test_claims.py | ||
test_commands.py | ||
test_end_session_endpoint.py | ||
test_introspection_endpoint.py | ||
test_middleware.py | ||
test_provider_info_endpoint.py | ||
test_settings.py | ||
test_token_endpoint.py | ||
test_userinfo_endpoint.py | ||
test_utils.py |