Skip to content

Commit

Permalink
Remove setting of previous_steps, since this is not correct at this s…
Browse files Browse the repository at this point in the history
…tage (#57)
  • Loading branch information
dwendland committed Jun 17, 2022
1 parent 3444d13 commit 5250e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ return function(settings, user)
local target = user["sub"]
local api_key = user["api_key"]
local user_del_evi = {}
user_del_evi, err = get_delegation_evidence_ext(issuer, target, req_policies, token_url, ar_eori, delegation_url, api_key)
user_del_evi, err = get_delegation_evidence_ext(issuer, target, req_policies, token_url, ar_eori, delegation_url, nil)
if err then
return "policy_validation_failed", {
validation_error = "Error when retrieving delegation evidence from user AR: "..err
Expand Down

0 comments on commit 5250e29

Please sign in to comment.