Skip to content

Commit c235fe7

Browse files
committed
fix: disable special handlers for impersonate grant type
1 parent 96b9171 commit c235fe7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/VirtoCommerce.Platform.Web/Controllers/Api/AuthorizationController.cs

-2
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ public async Task<ActionResult> Exchange()
335335
}
336336
}
337337

338-
await HandleTokenRequest(impersonatedUser, context); //?????
339-
340338
// Create a new authentication ticket, but reuse the properties stored in the
341339
// authorization code/refresh token, including the scopes originally granted.
342340
var ticket = await CreateTicketAsync(impersonatedUser, context);

0 commit comments

Comments
 (0)