Skip to content

Commit

Permalink
Fix incorrect method call on AuthnContextResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
lmgeorge committed Aug 5, 2024
1 parent 66a9e59 commit 263c27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/forms/openid_connect_authorize_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,6 @@ def default_aal_acr
vtr: nil,
acr_values: nil,
)
ctx.asserted_aal_value
ctx.asserted_aal_acr
end
end

0 comments on commit 263c27f

Please sign in to comment.