Skip to content

Commit d2cf9fb

Browse files
committed
Already now the context so no need to look for it.
1 parent b432b8a commit d2cf9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idpyoidc/server/authz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __call__(
9090
grant.scope = scopes
9191

9292
# After this is where user consent should be handled
93-
grant.claims = self.upstream_get("context").claims_interface.get_claims_all_usage(
93+
grant.claims = _context.claims_interface.get_claims_all_usage(
9494
session_id=session_id, scopes=scopes
9595
)
9696

0 commit comments

Comments
 (0)