Swagger UI - OAuth2客户端凭证:基本/请求正文下拉列表

时间:2017-11-17 01:32:57

标签: asp.net-core swagger-ui

以下屏幕截图中的下拉菜单是什么?

Swagger UI

我希望它只显示具有相应客户端ID /秘密输入框的“基本身份验证”选项。

这是我对Swashbuckle.AspnetCore(https://github.com/domaindrivendev/Swashbuckle.AspNetCore)的配置:

c.AddSecurityDefinition("oauth2", new OAuth2Scheme
{
    Type = "oauth2",
    Flow = "application",
    TokenUrl = "https://localhost:44300/oauth/token"
}

Swagger UI 2

0 个答案:

没有答案