SwashBuckle/Swagger - OAuth Resource Owner Password Flow

前端 未结 2 1108
后悔当初
后悔当初 2020-12-18 06:23

I\'m trying to implement swagger into my Asp.Net Web API, and i\'m running into a problem.

I\'m using the password resource owner flow, and i\'m having to add a work

2条回答
  •  眼角桃花
    2020-12-18 06:59

    The authorization mechanism expects that each operation has a security assigned to it. If not present, the header won't be sent. Please share your spec file if you think it's properly assigned

提交回复
热议问题