You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to the issue where I couldn't see the asp.net identity endpoints in swagger.
The solution was to add the code above to my Program.cs, although I invoked AddDefaultSetup() with OpenAPI enabled in the options.
Add
builder.Services.AddEndpointsApiExplorer()
tobuilder.Services.AddDefaultSetup()
.The text was updated successfully, but these errors were encountered: