I'm facing an issue with Swashbuckle and oauth2. I follow all the instructions from Github. I Add Security Definitions and Requirements and enable the Oauth2 flow and it seems to work fine, but when i get back from my authentication/authorization provider, the token is available on the redirect url but I can use it on the requests of any of the endpoints available on my Api.(See image below)
I'm using Net.Core 2.0.