-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When trying to authenticate with the parameter [ 'response_mode': 'form_post' ], the plugin generates the message by “oidcop.oauth2.authorization.authz_part2:905”, however when trying to respond, satosa_oidcop, displays the message:
File "/usr/local/lib/python3.11/site-packages/satosa_oidcop/idpy_oidcop.py", line 699, in _handle_backend_response
data = _args["response_args"].to_dict()
~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'response_args'
When debugging, the variable “response_args” has no content.
Expected action:
Frontend posts the content of:
'response_msg' generated in oidcop.oauth2.authorization.authz_part2:905
for the requester in 'session_id'.
*Lines may be different because of pdb.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels