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
I have some actions/controller with Authorize attribute. I want to display a popup to ask for user/passw when I click "Try it out" swagger button (just first time could be good)
Then this user/passw should be put on Authorization header and be passed to server for validation.
I have already went into issues #326 and #290 but can't make this work. I dont want to display an extra field on each action like #290 suggest with an IOperationFilter.
please advice
The text was updated successfully, but these errors were encountered:
I have some actions/controller with Authorize attribute. I want to display a popup to ask for user/passw when I click "Try it out" swagger button (just first time could be good)
Then this user/passw should be put on Authorization header and be passed to server for validation.
I have already went into issues #326 and #290 but can't make this work. I dont want to display an extra field on each action like #290 suggest with an IOperationFilter.
please advice
The text was updated successfully, but these errors were encountered: