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

Commit 4e6ba55

Browse files
committed
Might not be any behaviour args.
1 parent c68bcc7 commit 4e6ba55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/oidcrp/rp_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ def init_authorization(self, client=None, state='', req_args=None, behaviour_arg
423423

424424
logger.debug('Authorization request args: {}'.format(request_args))
425425

426-
if "request_param" not in behaviour_args:
427-
_pi = _context.get("provider_info")
426+
# if behaviour_args and "request_param" not in behaviour_args:
427+
# _pi = _context.get("provider_info")
428428

429429
_srv = client.get_service('authorization')
430430
_info = _srv.get_request_parameters(request_args=request_args,

0 commit comments

Comments
 (0)