We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3269e08 commit 04ff81eCopy full SHA for 04ff81e
src/idpyoidc/client/oidc/authorization.py
@@ -258,7 +258,7 @@ def construct_request_parameter(
258
_req_jwt = make_openid_request(req, **_mor_args)
259
260
if 'target' not in kwargs:
261
- kwargs['target'] = _context.provider_info["issuer"]
+ kwargs['target'] = _context.provider_info.get("issuer", _context.issuer)
262
263
# Should the request be encrypted
264
_req_jwte = request_object_encryption(_req_jwt, _context,
0 commit comments