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
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'
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