We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
response_mode
When consumer asks for a specific response_mode and this cannot be fulfilled, an error response is produced, but not correctly handled.
Exception Type: TypeError at /oidc/authorization/ -- Exception Value: InvalidRequest('wrong response_mode',) is not JSON seriali= zable
This should be correctly handled and a proper error response should be returned.
The text was updated successfully, but these errors were encountered:
Correctly create error response when wrong response_mode requested
e6311a9
Close #413
6599086
d692b37
Close CZ-NIC#413
tpazderka
No branches or pull requests
When consumer asks for a specific
response_mode
and this cannot be fulfilled, an error response is produced, but not correctly handled.This should be correctly handled and a proper error response should be returned.
The text was updated successfully, but these errors were encountered: