Skip to content

Commit f526132

Browse files
committed
Perform checks first
Closes openid#124
1 parent 65963ca commit f526132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/openid/consumer/idres.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def signed_fields
7171
# verified information.
7272
def id_res
7373
check_for_fields
74-
verify_return_to
7574
check_signature
7675
check_nonce
76+
verify_return_to
7777
verify_discovery_results
7878
end
7979

0 commit comments

Comments
 (0)