Swashbuckle.AspNetCore icon indicating copy to clipboard operation
Swashbuckle.AspNetCore copied to clipboard

OAuthConfigObject is missing a ton of stuff that OAS3 wants.

Open VictorioBerra opened this issue 6 years ago • 2 comments

https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/224 https://github.com/swagger-api/swagger-ui/issues/1974

Essentially, in C# I am unable to control a ton of stuff that OAS3 (window.swaggerUiAuth) wants without injecting a custom script. Which is painful for me because I have an API with no static file hosting. It is difficult for me to manage relative and absolute URLs when hosting on IIS/Azure/Locally. So I don't want to have to drop down to JS to control these UI options.

VictorioBerra avatar Feb 01 '19 19:02 VictorioBerra