dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.45k stars 10.03k forks source link

Question: what are the necessary configuration options to add Open API support to a aspnetcore hosted Blazor Wasm Server project with Authentication/Authorization #34201

Closed wvmstr closed 3 years ago

wvmstr commented 3 years ago

It is really convenient to be able to use Swagger during development of the Server project of the project type referenced in the title.

I have been able to come as far as the Swagger UI showing up when I navigate to the Server project by itself, however then there are exceptions which I think mean Authentication/Authorization is not set up.

Been Binging/Googling for a while and have not found anything useful, and I am blocked.

This developer's velocity = 0

mkArtakMSFT commented 3 years ago

Hi. It looks like this is a question about how to use ASP.NET Core. While we do our best to look through all the issues filed here, we are not a general-purpose forum. To get a faster response we suggest posting your questions to StackOverflow using the blazor tag.