Skip to content

Commit 52c93e6

Browse files
committed
Bug 1199329 - Auth Delegation should ignore the query string parameters of a callback URI when determining uniqueness
1 parent 933f413 commit 52c93e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth.cgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if ($confirmed || $skip_confirmation) {
6464
{ token => $token, callback => $callback });
6565
}
6666
}
67-
my $app_id = sha256_hex($callback_uri, $description);
67+
my $app_id = sha256_hex($callback_base, $description);
6868
my $keys = Bugzilla::User::APIKey->match({
6969
user_id => $user->id,
7070
app_id => $app_id,

0 commit comments

Comments
 (0)