You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Let's assume that a OP have an unhandled exception that returns to RP a stupid HTML page (error 40x, 50x).
We should take this into account
oidcrp/util.py", line 555, in load_registration_response
raise OidcServiceError(response.to_json())
AttributeError: 'dict' object has no attribute 'to_json'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Let's assume that a OP have an unhandled exception that returns to RP a stupid HTML page (error 40x, 50x).
We should take this into account
The text was updated successfully, but these errors were encountered: