We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b432b8a commit d2cf9fbCopy full SHA for d2cf9fb
src/idpyoidc/server/authz/__init__.py
@@ -90,7 +90,7 @@ def __call__(
90
grant.scope = scopes
91
92
# After this is where user consent should be handled
93
- grant.claims = self.upstream_get("context").claims_interface.get_claims_all_usage(
+ grant.claims = _context.claims_interface.get_claims_all_usage(
94
session_id=session_id, scopes=scopes
95
)
96
0 commit comments