[WebToolsE2E][Aspire] Clicking the "webhooksclient" endpoint and then...
A reference .NET application implementing an eCommerce site
Brought to you by:
jobily
Originally created by: v-sherryfan
INSTALL STEPS
REPRO STEPS
ACTUAL
Sorry, there was an error: invalid_request
Invalid redirect_uri
EXPECTED
Login successful.
Originally posted by: zhanming618
Program.cs,
.WithEnvironmentForServiceBinding("WebhooksWebClient", webhooksClient,)
Add bindingName: "https"
.WithEnvironmentForServiceBinding("WebhooksWebClient", webhooksClient, bindingName: "https")