Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 945f65d

Browse files
committed
Could be wrong type
1 parent 8e8709a commit 945f65d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcendpoint/oidc/authorization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def response_mode(self, request, **kwargs):
487487

488488
def error_response(self, response_info, error, error_description):
489489
resp = AuthorizationErrorResponse(
490-
error=error, error_description=error_description
490+
error=error, error_description=str(error_description)
491491
)
492492
response_info["response_args"] = resp
493493
return response_info

0 commit comments

Comments
 (0)